X-Git-Url: http://git.tdb.fi/?p=libs%2Fgltk.git;a=blobdiff_plain;f=source%2Fbutton.h;fp=source%2Fbutton.h;h=2af9cf9d02c520b8cc1beb39f6b5f12230f249c5;hp=844fe88c30fe786d9c460030f35a87ad11f78a10;hb=56c41b294aa47a38ac3e1be70d4868f260cb4274;hpb=771764f735ffe01cb170a10b24eb7dfc2a81b34d diff --git a/source/button.h b/source/button.h index 844fe88..2af9cf9 100644 --- a/source/button.h +++ b/source/button.h @@ -3,6 +3,7 @@ #include #include +#include "mspgltk_api.h" #include "text.h" #include "widget.h" @@ -13,10 +14,10 @@ namespace GLtk { A clickable button widget. Buttons can have a text label, which is displayed in a spacial part "text". */ -class Button: public Widget +class MSPGLTK_API Button: public Widget { public: - class Loader: public DataFile::DerivedObjectLoader + class MSPGLTK_API Loader: public DataFile::DerivedObjectLoader { public: Loader(Button &);