From 90229f42853a05df42297d529840a6be2f267aad Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 29 Oct 2010 00:08:24 +0000 Subject: Explicit copy constructor for Ingen::Client::ObjectModel. Explicitly call virtual base class Node() constructors in NodeModel. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2661 a436a847-0d15-0410-975c-d299462d15a1 --- src/client/ObjectModel.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/client/ObjectModel.hpp') 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 * @@ -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 p); virtual void add_child(SharedPtr c) {} -- cgit v1.2.1