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.cpp9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/gui/App.cpp b/src/gui/App.cpp
index 5462116a..0ed8b10a 100644
--- a/src/gui/App.cpp
+++ b/src/gui/App.cpp
@@ -35,6 +35,7 @@
#include "client/ObjectModel.hpp"
#include "client/PatchModel.hpp"
#include "client/ClientStore.hpp"
+#include "client/SigClientInterface.hpp"
#include "NodeModule.hpp"
#include "ControlPanel.hpp"
#include "SubpatchModule.hpp"
@@ -160,9 +161,9 @@ void
App::attach(SharedPtr<SigClientInterface> client,
SharedPtr<Raul::Deletable> handle)
{
- assert( ! _client);
- assert( ! _store);
- assert( ! _loader);
+ assert(!_client);
+ assert(!_store);
+ assert(!_loader);
_world->engine()->register_client(client.get());
@@ -372,7 +373,7 @@ App::icon_destroyed(void* data)
}
bool
-App::can_control(const Shared::Port* port) const
+App::can_control(const Ingen::Port* port) const
{
return port->is_a(PortType::CONTROL)
|| (port->is_a(PortType::VALUE)