summaryrefslogtreecommitdiffstats
path: root/src/client/ObjectModel.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/ObjectModel.hpp')
-rw-r--r--src/client/ObjectModel.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/client/ObjectModel.hpp b/src/client/ObjectModel.hpp
index 07e3be20..dc7f8f5e 100644
--- a/src/client/ObjectModel.hpp
+++ b/src/client/ObjectModel.hpp
@@ -1,3 +1,4 @@
+
/* This file is part of Ingen.
* Copyright (C) 2007-2009 David Robillard <http://drobilla.net>
*
@@ -83,7 +84,8 @@ protected:
friend class ClientStore;
ObjectModel(Shared::LV2URIMap& uris, const Raul::Path& path);
-
+ ObjectModel(const ObjectModel& copy);
+
virtual void set_path(const Raul::Path& p);
virtual void set_parent(SharedPtr<ObjectModel> p);
virtual void add_child(SharedPtr<ObjectModel> c) {}