X-Git-Url: http://git.tdb.fi/?p=libs%2Fgltk.git;a=blobdiff_plain;f=source%2Fcolumn.h;fp=source%2Fcolumn.h;h=6d6acd6148aae1960018955977bcec81f18d9ac2;hp=75ee1d334fd4c10ec135910669c3f454f5a4ebb1;hb=56c41b294aa47a38ac3e1be70d4868f260cb4274;hpb=771764f735ffe01cb170a10b24eb7dfc2a81b34d diff --git a/source/column.h b/source/column.h index 75ee1d3..6d6acd6 100644 --- a/source/column.h +++ b/source/column.h @@ -2,11 +2,12 @@ #define MSP_GLTK_COLUMN_H_ #include "lineararrangement.h" +#include "mspgltk_api.h" namespace Msp { namespace GLtk { -class Column: public LinearArrangement +class MSPGLTK_API Column: public LinearArrangement { public: Column(Layout &);