summaryrefslogtreecommitdiffstats
path: root/src/libs/client/Store.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/client/Store.h')
-rw-r--r--src/libs/client/Store.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libs/client/Store.h b/src/libs/client/Store.h
index ff3eea62..cb6c3206 100644
--- a/src/libs/client/Store.h
+++ b/src/libs/client/Store.h
@@ -47,6 +47,8 @@ public:
CountedPtr<NodeModel> node(const string& path);
CountedPtr<PortModel> port(const string& path);*/
+ void clear();
+
size_t num_objects() { return m_objects.size(); }
const map<string, CountedPtr<PluginModel> >& plugins() const { return m_plugins; }