]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/helpfrm.h
Fixed premature exit of helpview sample and utility
[wxWidgets.git] / include / wx / html / helpfrm.h
index cc50b5fc577ecf6fdf0401e34cf948e6dd3cd543..4c53f11e40a2370310045f5f673e9ede93253699 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 { return false; }
+    virtual bool ShouldPreventAppExit() const;
 
 protected:
     void Init(wxHtmlHelpData* data = NULL);