Improved ExportProfileManager error handling, and added some missing (?) initialization
[ardour.git] / libs / ardour / ardour / control_protocol_manager.h
index 73d9b215795f5efa40b969fe96c0c21e85e8ef74..c61513e117becf2da996baa9007b0d0d90a317f1 100644 (file)
@@ -49,7 +49,7 @@ struct ControlProtocolInfo {
     ~ControlProtocolInfo() { if (state) { delete state; } }
 };
 
- class ControlProtocolManager : public sigc::trackable, public Stateful
+ class ControlProtocolManager : public sigc::trackable, public PBD::Stateful
 {
   public:
        ControlProtocolManager ();
@@ -58,7 +58,7 @@ struct ControlProtocolInfo {
        static ControlProtocolManager& instance() { return *_instance; }
 
        void set_session (Session&);
-       void discover_control_protocols (std::string search_path);
+       void discover_control_protocols ();
        void foreach_known_protocol (sigc::slot<void,const ControlProtocolInfo*>);
        void load_mandatory_protocols ();