From 0f9c8151d5b42b243a499bb31a1e1f0b2e8c5f6f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 8 Feb 2015 07:02:59 +0000 Subject: Server-side copy paste with LV2 state support. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5541 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/App.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/App.cpp') diff --git a/src/gui/App.cpp b/src/gui/App.cpp index e6fe35dc..a524220e 100644 --- a/src/gui/App.cpp +++ b/src/gui/App.cpp @@ -152,7 +152,7 @@ App::attach(SPtr client) } _client = client; - _store = SPtr(new ClientStore(_world->uris(), _world->log(), _world->interface(), client)); + _store = SPtr(new ClientStore(_world->uris(), _world->log(), client)); _loader = SPtr(new ThreadedLoader(*this, _world->interface())); _graph_tree_window->init(*this, *_store); -- cgit v1.2.1