X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flabel.h;h=87835da73811a4a816cdadc11c746f6a416bc3ef;hb=91997dd;hp=f157616f5f54b23daaed6fee10cbfbc4fc5394a3;hpb=deb15ee122f963ca41121e8358d5845401ac43ca;p=libs%2Fgltk.git diff --git a/source/label.h b/source/label.h index f157616..87835da 100644 --- a/source/label.h +++ b/source/label.h @@ -32,7 +32,7 @@ private: Text text; public: - Label(const Resources &, const std::string & =std::string()); + Label(const std::string & = std::string()); virtual void autosize(); void set_text(const std::string &);