]> git.tdb.fi Git - libs/gui.git/blobdiff - source/input/control.h
Force c'tors and d'tors of classes with external symbols into the library
[libs/gui.git] / source / input / control.h
index a2f002c08557d57807bbaaaafb4171e9400c7923..e5679639cf49eabefc9429c1fc83ab32618c60d8 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef MSP_GBASE_CONTROL_H_
-#define MSP_GBASE_CONTROL_H_
+#ifndef MSP_INPUT_CONTROL_H_
+#define MSP_INPUT_CONTROL_H_
 
 #include <string>
 #include <sigc++/signal.h>
@@ -55,7 +55,7 @@ protected:
        Control(const ControlSource &);
        Control(Device &, ControlSrcType, unsigned);
 public:
-       virtual ~Control() { }
+       virtual ~Control();
 
        void capture(Device &);
        void cancel_capture();