diff options
Diffstat (limited to 'src/engine/JackDriver.hpp')
-rw-r--r-- | src/engine/JackDriver.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/engine/JackDriver.hpp b/src/engine/JackDriver.hpp index 7e49fb1f..702692b8 100644 --- a/src/engine/JackDriver.hpp +++ b/src/engine/JackDriver.hpp @@ -40,6 +40,7 @@ namespace Raul { class Path; } namespace Ingen { +namespace Engine { class Engine; class PatchImpl; @@ -86,7 +87,7 @@ public: explicit JackDriver(Engine& engine); ~JackDriver(); - bool supports(Shared::PortType port_type, Shared::EventType event_type); + bool supports(PortType port_type, EventType event_type); bool attach(const std::string& server_name, const std::string& client_name, @@ -176,6 +177,7 @@ private: PatchImpl* _root_patch; }; +} // namespace Engine } // namespace Ingen #endif // INGEN_ENGINE_JACKAUDIODRIVER_HPP |