X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flist.h;h=561e388c77a25cd114abc8a4f3471ba79674b8ff;hb=df07e8f3e239b146cbc458d3cbd69758e590d255;hp=caf403a84a0f1b5ddaf39f8f0ce9e70a5ce71401;hpb=1021ce203ab092edf5f94770e742d56a3b8cd23b;p=libs%2Fgltk.git diff --git a/source/list.h b/source/list.h index caf403a..561e388 100644 --- a/source/list.h +++ b/source/list.h @@ -17,7 +17,7 @@ to allow scrolling through a long list. class List: virtual public Widget, private Container { public: - class Loader: public Widget::Loader + class Loader: public DataFile::DerivedObjectLoader { public: Loader(List &);