X-Git-Url: http://git.tdb.fi/?p=libs%2Fgui.git;a=blobdiff_plain;f=source%2Finput%2Fbinarycontrol.h;fp=source%2Finput%2Fbinarycontrol.h;h=723e70dd4af8bd21573f55a5c675178eb8a5cfb0;hp=0d71bdc3349e0dc4afedf3a5a9423528ca82977a;hb=d7686e3867e3c68cec0d3767a21f9d2408383085;hpb=479298192e3e5b71a402f79520c90372a4c4b504 diff --git a/source/input/binarycontrol.h b/source/input/binarycontrol.h index 0d71bdc..723e70d 100644 --- a/source/input/binarycontrol.h +++ b/source/input/binarycontrol.h @@ -1,6 +1,7 @@ #ifndef MSP_INPUT_BINARYCONTROL_H_ #define MSP_INPUT_BINARYCONTROL_H_ +#include #include "control.h" namespace Msp { @@ -11,7 +12,7 @@ A control with two possible states. Button state is mapped directly. An axis is considered to be active when its value is above a threshold (0.5 by default). */ -class BinaryControl: public Control +class MSPGUI_API BinaryControl: public Control { public: sigc::signal signal_press;