X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Frow.h;h=849ba62bf6afd51de7a13171dcbbaae23cc4a105;hb=56c41b294aa47a38ac3e1be70d4868f260cb4274;hp=4bf2d38d9e8d84918520715495789bff87d89732;hpb=771764f735ffe01cb170a10b24eb7dfc2a81b34d;p=libs%2Fgltk.git diff --git a/source/row.h b/source/row.h index 4bf2d38..849ba62 100644 --- a/source/row.h +++ b/source/row.h @@ -2,11 +2,12 @@ #define MSP_GLTK_ROW_H_ #include "lineararrangement.h" +#include "mspgltk_api.h" namespace Msp { namespace GLtk { -class Row: public LinearArrangement +class MSPGLTK_API Row: public LinearArrangement { public: Row(Layout &);