]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/style.h
typedef tweaks
[libs/gltk.git] / source / style.h
index 8aeb61e8ef68f26a61b82acaf97d6e8398a14269..e1cbc3a40e43300cc36df44f6f9174a36d86e1df 100644 (file)
@@ -44,6 +44,8 @@ public:
                void part(const std::string &);
        };
 
+       typedef std::list<Part> PartSeq;
+
 private:
        const GL::Font *font;
        GL::Color font_color;