]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/entry.h
Store the Resources reference only in Root widget
[libs/gltk.git] / source / entry.h
index a8bbcd5d49f865c77ac0e276271684b62bb62590..53270647a61acc31158c1c34c8c2cded3ef247bd 100644 (file)
@@ -47,7 +47,7 @@ private:
 public:
        sigc::signal<void> signal_enter;
 
-       Entry(const Resources &, const std::string & =std::string());
+       Entry(const std::string & = std::string());
 
        void set_text(const std::string &);
        const std::string &get_text() const { return text.get(); }