diff options
Diffstat (limited to 'src/JackDbusDriver.hpp')
-rw-r--r-- | src/JackDbusDriver.hpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/JackDbusDriver.hpp b/src/JackDbusDriver.hpp index 9f01c01..0deaef0 100644 --- a/src/JackDbusDriver.hpp +++ b/src/JackDbusDriver.hpp @@ -75,13 +75,13 @@ public: boost::shared_ptr<PatchagePort> find_port_view( - Patchage * patchage, - const PatchageEvent::PortRef& ref); + Patchage* patchage, + const PortID& ref); boost::shared_ptr<PatchagePort> create_port_view( - Patchage * patchage, - const PatchageEvent::PortRef& ref); + Patchage* patchage, + const PortID& ref); private: void error_msg(const std::string& msg) const; |