]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/dialog.h
Store the Resources reference only in Root widget
[libs/gltk.git] / source / dialog.h
index 0a9b0d88c9037c358ba50fa9eee8329239f08a9b..89065dcf050861542f52548bdeb28af77dd2a22e 100644 (file)
@@ -27,7 +27,7 @@ private:
 public:
        sigc::signal<void, int> signal_response;
 
-       Dialog(const Resources &);
+       Dialog();
 
        /** Adds an action button to the dialog.  Pressing the button will invoke
        response handlers and delete the dialog. */