X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fstyle.h;h=672a7eaa202a129d0771190f411d1a3c3a4cef2e;hb=c8291177b545ec81930603a5915234a60296db51;hp=08e274c3803755d1ef1432a7bfcc154ff7eb3962;hpb=5e8285302c1d04b631682a82d56c5afc46d20ad5;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;