summaryrefslogtreecommitdiffstats
path: root/src/libs/client/NodeModel.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/client/NodeModel.hpp')
-rw-r--r--src/libs/client/NodeModel.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/libs/client/NodeModel.hpp b/src/libs/client/NodeModel.hpp
index 700027b6..08e106ab 100644
--- a/src/libs/client/NodeModel.hpp
+++ b/src/libs/client/NodeModel.hpp
@@ -38,7 +38,7 @@ namespace Ingen {
namespace Client {
class PluginModel;
-class Store;
+class ClientStore;
/** Node model class, used by the client to store engine's state.
@@ -66,10 +66,10 @@ public:
sigc::signal<void, SharedPtr<PortModel> > signal_removed_port;
protected:
- friend class Store;
+ friend class ClientStore;
- NodeModel(Store& store, const string& plugin_uri, const Path& path, bool polyphonic);
- NodeModel(Store& store, SharedPtr<PluginModel> plugin, const Path& path, bool polyphonic);
+ NodeModel(const string& plugin_uri, const Path& path, bool polyphonic);
+ NodeModel(SharedPtr<PluginModel> plugin, const Path& path, bool polyphonic);
NodeModel(const Path& path);
void add_child(SharedPtr<ObjectModel> c);