X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fdialog.cpp;h=cc4c1bf6a51f67cd1b00ecd46a9fc3cb2fda0c90;hb=2b70e8801c43875ed3f4135bdd0141265cff0312;hp=3e09783dcb5eb36350d4c4158b9139ae33ed7fd0;hpb=0af3c2393bd00f39db3bfaf5b78a7a44f0fd5ff1;p=libs%2Fgltk.git diff --git a/source/dialog.cpp b/source/dialog.cpp index 3e09783..cc4c1bf 100644 --- a/source/dialog.cpp +++ b/source/dialog.cpp @@ -1,19 +1,10 @@ -/* $Id$ - -This file is part of libmspgltk -Copyright © 2010 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #include "button.h" #include "dialog.h" namespace Msp { namespace GLtk { -Dialog::Dialog(const Resources &r): - Widget(r), - Panel(r), +Dialog::Dialog(): stale(false) { }