X-Git-Url: http://git.tdb.fi/?p=libs%2Fgltk.git;a=blobdiff_plain;f=source%2Fdraghandle.h;fp=source%2Fdraghandle.h;h=0aae73231877a819cecff1aff7ed733d9d4f6d17;hp=5643df4a00c3f994e39db1f212898df9861ad3e3;hb=56c41b294aa47a38ac3e1be70d4868f260cb4274;hpb=771764f735ffe01cb170a10b24eb7dfc2a81b34d diff --git a/source/draghandle.h b/source/draghandle.h index 5643df4..0aae732 100644 --- a/source/draghandle.h +++ b/source/draghandle.h @@ -1,6 +1,7 @@ #ifndef MSP_GLTK_DRAGHANDLE_H_ #define MSP_GLTK_DRAGHANDLE_H_ +#include "mspgltk_api.h" #include "widget.h" namespace Msp { @@ -10,7 +11,7 @@ namespace GLtk { Moves its parent widget when dragged. This allows turning a Panel or Dialog into a movable window. */ -class DragHandle: public Widget +class MSPGLTK_API DragHandle: public Widget { private: bool dragging;