X-Git-Url: http://git.tdb.fi/?p=libs%2Fgltk.git;a=blobdiff_plain;f=source%2Fcontainer.h;fp=source%2Fcontainer.h;h=6311a411a57fb1b16e03dcdd24564242a2ac5902;hp=45985bc0ad585c304d5735f2ad037b016bbdc53b;hb=394e5c9969a30b604bfaf78fc05a8c2d5c98ab5b;hpb=90d5f5f2ebaeb8aaa4aa47a0c2207f96758cba8c diff --git a/source/container.h b/source/container.h index 45985bc..6311a41 100644 --- a/source/container.h +++ b/source/container.h @@ -1,6 +1,7 @@ #ifndef MSP_GLTK_CONTAINER_H_ #define MSP_GLTK_CONTAINER_H_ +#include #include #include #include @@ -37,7 +38,7 @@ protected: void rebuild_needed(); }; - std::vector children; + std::vector> children; Widget *click_focus = nullptr; unsigned click_button = 0; Widget *pointer_focus = nullptr;