]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/toggle.h
Store the Resources reference only in Root widget
[libs/gltk.git] / source / toggle.h
index da129be2fa188f8af1ff24f7b6fa5bbd78e842b7..24dfe4867651081163a0302b88b902092213fefb 100644 (file)
@@ -40,7 +40,7 @@ private:
 public:
        sigc::signal<void, bool> signal_toggled;
 
-       Toggle(const Resources &, const std::string & =std::string());
+       Toggle(const std::string & = std::string());
 
        void set_text(const std::string &);
        void set_exclusive(bool);