diff options
Diffstat (limited to 'src/JackDbusDriver.hpp')
-rw-r--r-- | src/JackDbusDriver.hpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/JackDbusDriver.hpp b/src/JackDbusDriver.hpp index ca4fb91..0debdc0 100644 --- a/src/JackDbusDriver.hpp +++ b/src/JackDbusDriver.hpp @@ -75,15 +75,15 @@ private: void error_msg(const std::string& msg) const; void info_msg(const std::string& msg) const; - boost::shared_ptr<PatchageModule> find_or_create_module( + PatchageModule* find_or_create_module( ModuleType type, const std::string& name); void add_port( - boost::shared_ptr<PatchageModule>& module, - PortType type, - const std::string& name, - bool is_input); + PatchageModule* module, + PortType type, + const std::string& name, + bool is_input); void add_port( dbus_uint64_t client_id, |