X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Finput%2Fcontrol.h;h=e5679639cf49eabefc9429c1fc83ab32618c60d8;hb=0c9df2a54cd38ba14ffc651bc96914614a08db46;hp=a2f002c08557d57807bbaaaafb4171e9400c7923;hpb=821cea8627597a5458c1cb02c0652384bb3431a4;p=libs%2Fgui.git diff --git a/source/input/control.h b/source/input/control.h index a2f002c..e567963 100644 --- a/source/input/control.h +++ b/source/input/control.h @@ -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 #include @@ -55,7 +55,7 @@ protected: Control(const ControlSource &); Control(Device &, ControlSrcType, unsigned); public: - virtual ~Control() { } + virtual ~Control(); void capture(Device &); void cancel_capture();