]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/dialog.cpp
Store the Resources reference only in Root widget
[libs/gltk.git] / source / dialog.cpp
index 3e09783dcb5eb36350d4c4158b9139ae33ed7fd0..5a03102f463dd8b551e5606253c2b0426aa683a4 100644 (file)
@@ -11,9 +11,7 @@ Distributed under the LGPL
 namespace Msp {
 namespace GLtk {
 
-Dialog::Dialog(const Resources &r):
-       Widget(r),
-       Panel(r),
+Dialog::Dialog():
        stale(false)
 { }