]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/panel.h
Store the Resources reference only in Root widget
[libs/gltk.git] / source / panel.h
index 1082447bc58fdddaf77f660d5876e326a5a82616..dc9841654aa7b623e948610910f0fa35455907a1 100644 (file)
@@ -55,7 +55,7 @@ protected:
        Panel(const Panel &);
        Panel &operator=(const Panel &);
 public:
-       Panel(const Resources &);
+       Panel();
 
        void raise(Widget &);
        Widget *get_input_focus() const { return input_focus; }