Update Russian translation
[ardour.git] / libs / surfaces / wiimote / wiimote.h
index f6ac8edc41d140288611e37f5987c6c6247d6e89..23e9eedaa2e59b3d9a6769e708efd791c0d94eec 100644 (file)
@@ -23,6 +23,7 @@
 
 #include <cwiid.h>
 
+#define ABSTRACT_UI_EXPORTS
 #include "pbd/abstract_ui.h"
 #include "ardour/types.h"
 #include "control_protocol/control_protocol.h"
@@ -42,6 +43,8 @@ public:
        virtual ~WiimoteControlProtocol ();
 
        static bool probe ();
+       static void* request_factory (uint32_t);
+
        int set_active (bool yn);
 
        XMLNode& get_state ();
@@ -52,6 +55,8 @@ public:
 
        void wiimote_callback (int mesg_count, union cwiid_mesg mesg[]);
 
+       void stripable_selection_changed () {}
+
 protected:
        void do_request (WiimoteControlUIRequest*);
        int start ();