summaryrefslogtreecommitdiff
path: root/ui/editNetwork.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/editNetwork.h')
-rw-r--r--ui/editNetwork.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/editNetwork.h b/ui/editNetwork.h
index a817ddf..4155534 100644
--- a/ui/editNetwork.h
+++ b/ui/editNetwork.h
@@ -34,7 +34,7 @@ public:
using Ptr = std::unique_ptr<Builder>;
protected:
- Collection<const Link> candidateLinks;
+ SharedCollection<const Link> candidateLinks;
};
private: