X-Git-Url: http://git.tdb.fi/?p=libs%2Fgltk.git;a=blobdiff_plain;f=source%2Fstyle.h;fp=source%2Fstyle.h;h=2c4863ac4a340e627ecd1984c9ba79f6f5cde956;hp=56870da615b8e1a9efb7062d0fea9869c7512a4c;hb=9678abb23abe450109e2feda081f5bba5f20cc94;hpb=d10d1de6d17c285c63d7b3cea549017aaa1ddb01 diff --git a/source/style.h b/source/style.h index 56870da..2c4863a 100644 --- a/source/style.h +++ b/source/style.h @@ -48,7 +48,7 @@ public: const GL::Color &get_font_color(State) const; const GL::Sampler &get_sampler() const; const PartSeq &get_parts() const { return parts; } - const Part *get_part(const std::string &) const; + const Part *find_part(const std::string &) const; bool compare_states(State, State) const; };