Update Russian translation
[ardour.git] / libs / surfaces / wiimote / wiimote.h
index 6edadf6c64f305cbb78738da372ac3129cdc36d7..23e9eedaa2e59b3d9a6769e708efd791c0d94eec 100644 (file)
@@ -43,6 +43,8 @@ public:
        virtual ~WiimoteControlProtocol ();
 
        static bool probe ();
+       static void* request_factory (uint32_t);
+
        int set_active (bool yn);
 
        XMLNode& get_state ();
@@ -53,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 ();