X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftoggle.h;h=0a8a89378afc937f35bc8eb049d5e14e99ae2852;hb=df07e8f3e239b146cbc458d3cbd69758e590d255;hp=fd7e762734ab295ad25be775ba5568f4970a5b75;hpb=1021ce203ab092edf5f94770e742d56a3b8cd23b;p=libs%2Fgltk.git diff --git a/source/toggle.h b/source/toggle.h index fd7e762..0a8a893 100644 --- a/source/toggle.h +++ b/source/toggle.h @@ -14,11 +14,10 @@ Allows toggling a value between two states. class Toggle: public Widget { public: - class Loader: public Widget::Loader + class Loader: public DataFile::DerivedObjectLoader { public: Loader(Toggle &); - Toggle &get_object() const; private: virtual void finish(); void text(const std::string &);