]> git.tdb.fi Git - libs/gui.git/blobdiff - source/input/binarycontrol.h
Add a gesture detector input device
[libs/gui.git] / source / input / binarycontrol.h
index 851c6127f08006a11731e90ff037bd8b00c79344..64e4ab17be4ca1698e78c880a164f299d61b89e3 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef MSP_GBASE_BINARYCONTROL_H_
-#define MSP_GBASE_BINARYCONTROL_H_
+#ifndef MSP_INPUT_BINARYCONTROL_H_
+#define MSP_INPUT_BINARYCONTROL_H_
 
 #include "control.h"
 
@@ -25,6 +25,7 @@ public:
        BinaryControl();
        BinaryControl(const ControlSource &);
        BinaryControl(Device &, ControlSrcType, unsigned);
+       virtual ~BinaryControl();
 
        /** Sets the threshold between states for axis sources.  No effect on button
        sources */