diff options
Diffstat (limited to 'ingen/EngineBase.hpp')
-rw-r--r-- | ingen/EngineBase.hpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ingen/EngineBase.hpp b/ingen/EngineBase.hpp index caa1cf00..311bef3a 100644 --- a/ingen/EngineBase.hpp +++ b/ingen/EngineBase.hpp @@ -20,7 +20,8 @@ #include <stdint.h> #include "raul/URI.hpp" -#include "raul/SharedPtr.hpp" + +#include "ingen/types.hpp" namespace Ingen { @@ -93,8 +94,8 @@ public: /** Register a client to receive updates about engine changes. */ - virtual void register_client(const Raul::URI& uri, - SharedPtr<Interface> client) = 0; + virtual void register_client(const Raul::URI& uri, + SPtr<Interface> client) = 0; /** Unregister a client. |