]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/root.h
Add icon support to Button
[libs/gltk.git] / source / root.h
index 2248ab87a82ea3c46dfb8508f1c6f6c8610eeff2..94fb48320e13a72a371aa9edb1ad057c782738a2 100644 (file)
@@ -26,7 +26,7 @@ private:
        Graphics::Window &window;
 
 public:
-       Root(Resources &, Graphics::Window &);
+       Root(const Resources &, Graphics::Window &);
 private:
        virtual const char *get_class() const { return "root"; }
        void button_press_event(int, int, unsigned, unsigned);