X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fdialog.h;h=e71222739cc415acf1876f3e1f3e60a560f11752;hb=83f553a382ce554951594de85e4fd7b854305463;hp=3eb3f98d2845cbe77a68f592ce418dc38103597d;hpb=56c41b294aa47a38ac3e1be70d4868f260cb4274;p=libs%2Fgltk.git 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