summaryrefslogtreecommitdiff
path: root/lib/persistence.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/persistence.h')
-rw-r--r--lib/persistence.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/persistence.h b/lib/persistence.h
index 4b72eb3..9a143c4 100644
--- a/lib/persistence.h
+++ b/lib/persistence.h
@@ -439,6 +439,7 @@ namespace Persistence {
template<typename T> struct SelectionT<std::shared_ptr<T>> : public SelectionPtrBase<std::shared_ptr<T>, true> {
using SelectionPtrBase<std::shared_ptr<T>, true>::SelectionPtrBase;
+ using SelectionPtrBase<std::shared_ptr<T>, true>::setValue;
void
setValue(std::string && id) override