diff options
Diffstat (limited to 'ingen/client/BlockModel.hpp')
-rw-r--r-- | ingen/client/BlockModel.hpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ingen/client/BlockModel.hpp b/ingen/client/BlockModel.hpp index 511e5712..d003b7d1 100644 --- a/ingen/client/BlockModel.hpp +++ b/ingen/client/BlockModel.hpp @@ -84,9 +84,7 @@ public: protected: friend class ClientStore; - BlockModel(URIs& uris, - const URI& plugin_uri, - const Raul::Path& path); + BlockModel(URIs& uris, URI plugin_uri, const Raul::Path& path); BlockModel(URIs& uris, const SPtr<PluginModel>& plugin, |