X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flabel.h;h=6cd9bcb6e1d5a4188d265d6dd8e56f82ecc1af92;hb=712f0cdee978088b29be3ef67310b26a048334ff;hp=9a0d1f2e57fa53be157546c49be1a9bec133e261;hpb=1aa6cd9b865e366737dcc9d2d36c4f8faed5bc4f;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 &);