X-Git-Url: http://git.tdb.fi/?p=libs%2Fgltk.git;a=blobdiff_plain;f=source%2Fdialog.h;fp=source%2Fdialog.h;h=e71222739cc415acf1876f3e1f3e60a560f11752;hp=3eb3f98d2845cbe77a68f592ce418dc38103597d;hb=9f38197854e699a6093a906ab43f4238f3cd2388;hpb=b4a3d651f57c46507aaa99a71a14fea15f0e430d diff --git a/source/dialog.h b/source/dialog.h index 3eb3f98..e712227 100644 --- a/source/dialog.h +++ b/source/dialog.h @@ -27,11 +27,9 @@ public: sigc::signal signal_response; private: - bool stale; + bool stale = false; public: - Dialog(); - virtual const char *get_class() const { return "dialog"; } /** Adds an action button to the dialog. Pressing the button will invoke