]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/helpfrm.h
allow handling events in a function taking the base class of the event class correspo...
[wxWidgets.git] / include / wx / html / helpfrm.h
index 13816fa3c1d52403ed9bbf8427957b0409ec68b3..c9bae539a0c592b0bab53ef225fa2451bc93f9ce 100644 (file)
@@ -109,7 +109,7 @@ public:
 
     // we don't want to prevent the app from closing just because a help window
     // remains opened
-    virtual bool ShouldPreventAppExit() const;
+    virtual bool ShouldPreventAppExit() const { return false; }
 
 protected:
     void Init(wxHtmlHelpData* data = NULL);