X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fdialog.cpp;h=5a03102f463dd8b551e5606253c2b0426aa683a4;hb=73afd124ab87e8bace98db55517a56c797a9b8c7;hp=5eea60964ec3d694ff94b001cc8a7702473824d8;hpb=531232cf05838b79c1f8f36c8103730e32dfa23d;p=libs%2Fgltk.git diff --git a/source/dialog.cpp b/source/dialog.cpp index 5eea609..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) { } @@ -41,7 +39,7 @@ void Dialog::response(int code) { on_response(code); signal_response.emit(code); - stale=true; + stale = true; } } // namespace GLtk