summaryrefslogtreecommitdiffstats
path: root/src/gui/App.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/App.cpp')
-rw-r--r--src/gui/App.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/App.cpp b/src/gui/App.cpp
index 92279906..fa48cb18 100644
--- a/src/gui/App.cpp
+++ b/src/gui/App.cpp
@@ -160,7 +160,7 @@ App::run()
}
void
-App::attach(SPtr<ingen::Interface> client)
+App::attach(const SPtr<ingen::Interface>& client)
{
assert(!_client);
assert(!_store);