X-Git-Url: http://git.tdb.fi/?p=libs%2Fgui.git;a=blobdiff_plain;f=source%2Finput%2Fsmoothcontrol.h;fp=source%2Finput%2Fsmoothcontrol.h;h=16dc7e6cae73f5a737ea93f1971fcb4db0364224;hp=b5eb9aa2fd9dea6c56d81a38d40ed88755893671;hb=d7686e3867e3c68cec0d3767a21f9d2408383085;hpb=479298192e3e5b71a402f79520c90372a4c4b504 diff --git a/source/input/smoothcontrol.h b/source/input/smoothcontrol.h index b5eb9aa..16dc7e6 100644 --- a/source/input/smoothcontrol.h +++ b/source/input/smoothcontrol.h @@ -1,6 +1,7 @@ #ifndef MSP_INPUT_SMOOTHCONTROL_H_ #define MSP_INPUT_SMOOTHCONTROL_H_ +#include #include "control.h" namespace Msp { @@ -14,7 +15,7 @@ Two smooth controls can also be paired to each other. Motion on one control of the pair will cause negative motion on the other. This works best when the controls are bound to the opposite sides of the same axis. */ -class SmoothControl: public Control +class MSPGUI_API SmoothControl: public Control { public: sigc::signal signal_motion;