X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flabel.cpp;h=21974be7b5844f42275181ce47c26f1794dc2299;hb=df07e8f3e239b146cbc458d3cbd69758e590d255;hp=f9274b47e2f665ff85ad13d6cf488be49bcec321;hpb=1021ce203ab092edf5f94770e742d56a3b8cd23b;p=libs%2Fgltk.git diff --git a/source/label.cpp b/source/label.cpp index f9274b4..21974be 100644 --- a/source/label.cpp +++ b/source/label.cpp @@ -50,14 +50,14 @@ void Label::on_style_change() Label::Loader::Loader(Label &l): - Widget::Loader(l) + DataFile::DerivedObjectLoader(l) { add("text", &Loader::text); } void Label::Loader::text(const string &t) { - static_cast