X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flabel.h;h=3e753dd0d92f97a64c69f1c6f46ea1a29421261d;hb=c8291177b545ec81930603a5915234a60296db51;hp=9a0d1f2e57fa53be157546c49be1a9bec133e261;hpb=1aa6cd9b865e366737dcc9d2d36c4f8faed5bc4f;p=libs%2Fgltk.git diff --git a/source/label.h b/source/label.h index 9a0d1f2..3e753dd 100644 --- a/source/label.h +++ b/source/label.h @@ -13,7 +13,7 @@ Labels display static text. There is one special part: "text". class Label: public Widget { public: - class Loader: public Widget::Loader + class Loader: public DataFile::DerivedObjectLoader { public: Loader(Label &); @@ -33,7 +33,7 @@ public: void set_text(const std::string &); private: - virtual void rebuild_special(const Part &, CachedPart &); + virtual void rebuild_special(const Part &); virtual void on_style_change(); };