From 4675e82dae45a70ee27bf11d10aa6872485c8847 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 8 Oct 2007 02:57:21 +0000 Subject: Eliminate redundant object collections (ObjectModel having a separate collection of its children). Fix renaming/creation of children (fix ticket 97). git-svn-id: http://svn.drobilla.net/lad/ingen@844 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/client/NodeModel.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libs/client/NodeModel.hpp') diff --git a/src/libs/client/NodeModel.hpp b/src/libs/client/NodeModel.hpp index c4f9afe2..a38c519c 100644 --- a/src/libs/client/NodeModel.hpp +++ b/src/libs/client/NodeModel.hpp @@ -67,8 +67,8 @@ public: protected: friend class Store; - NodeModel(const string& plugin_uri, const Path& path, bool polyphonic); - NodeModel(SharedPtr plugin, const Path& path, bool polyphonic); + NodeModel(Store& store, const string& plugin_uri, const Path& path, bool polyphonic); + NodeModel(Store& store, SharedPtr plugin, const Path& path, bool polyphonic); NodeModel(const Path& path); void add_child(SharedPtr c); -- cgit v1.2.1