X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fstyle.h;h=672a7eaa202a129d0771190f411d1a3c3a4cef2e;hb=0e80a70267d6725b4bde456804a5cd80af3c6ec5;hp=08e274c3803755d1ef1432a7bfcc154ff7eb3962;hpb=38cb882b67cf1e31473c9a0c1c9ed12418e059e5;p=libs%2Fgltk.git diff --git a/source/style.h b/source/style.h index 08e274c..672a7ea 100644 --- a/source/style.h +++ b/source/style.h @@ -26,8 +26,8 @@ public: private: void font(const std::string &); void font_color(float, float, float); - void part(); void part(const std::string &); + void unnamed_part(); }; typedef std::list PartSeq;