X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Frow.h;h=678a3853cc2023b399286b628d3330ea6f0fce21;hb=d10d1de6d17c285c63d7b3cea549017aaa1ddb01;hp=4bf2d38d9e8d84918520715495789bff87d89732;hpb=32539688068fad9614291159b069da10ead10f47;p=libs%2Fgltk.git diff --git a/source/row.h b/source/row.h index 4bf2d38..678a385 100644 --- a/source/row.h +++ b/source/row.h @@ -2,17 +2,18 @@ #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 &); private: - virtual void finish_widget(Widget &); + void finish_widget(Widget &) override; }; } // namespace GLtk