X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fstyle.h;h=e1cbc3a40e43300cc36df44f6f9174a36d86e1df;hb=2f70d404230954f0693a62a021b5d2ad1faed8fa;hp=8aeb61e8ef68f26a61b82acaf97d6e8398a14269;hpb=2bdaf4955fdb94e73704adcdcf0adc2b353f0ff0;p=libs%2Fgltk.git diff --git a/source/style.h b/source/style.h index 8aeb61e..e1cbc3a 100644 --- a/source/style.h +++ b/source/style.h @@ -44,6 +44,8 @@ public: void part(const std::string &); }; + typedef std::list PartSeq; + private: const GL::Font *font; GL::Color font_color;