X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flabel.h;h=6cd9bcb6e1d5a4188d265d6dd8e56f82ecc1af92;hb=df07e8f3e239b146cbc458d3cbd69758e590d255;hp=9a0d1f2e57fa53be157546c49be1a9bec133e261;hpb=1021ce203ab092edf5f94770e742d56a3b8cd23b;p=libs%2Fgltk.git diff --git a/source/label.h b/source/label.h index 9a0d1f2..6cd9bcb 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 &);