summaryrefslogtreecommitdiffstats
path: root/ingen/EngineBase.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/EngineBase.hpp')
-rw-r--r--ingen/EngineBase.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ingen/EngineBase.hpp b/ingen/EngineBase.hpp
index a0fba00f..87a637ae 100644
--- a/ingen/EngineBase.hpp
+++ b/ingen/EngineBase.hpp
@@ -22,7 +22,7 @@
namespace Ingen {
-class ClientInterface;
+class Interface;
/**
The engine which executes the process graph.
@@ -69,7 +69,7 @@ public:
Register a client to receive updates about engine changes.
*/
virtual void register_client(const Raul::URI& uri,
- ClientInterface* client) = 0;
+ Interface* client) = 0;
/**
Unregister a client.