X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fdialog.cpp;h=5a03102f463dd8b551e5606253c2b0426aa683a4;hb=b92c878a286036af106e969a29b2689876aa5f65;hp=3e09783dcb5eb36350d4c4158b9139ae33ed7fd0;hpb=0af3c2393bd00f39db3bfaf5b78a7a44f0fd5ff1;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) { }