X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fdialog.cpp;fp=source%2Fdialog.cpp;h=5a03102f463dd8b551e5606253c2b0426aa683a4;hb=91997dd3189b93a67179822ec2fed5f2a7bddb74;hp=3e09783dcb5eb36350d4c4158b9139ae33ed7fd0;hpb=deb15ee122f963ca41121e8358d5845401ac43ca;p=libs%2Fgltk.git diff --git a/source/dialog.cpp b/source/dialog.cpp index 3e09783..5a03102 100644 --- a/source/dialog.cpp +++ b/source/dialog.cpp @@ -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) { }