]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/helpfrm.h
Set initial window size as its minimal size.
[wxWidgets.git] / include / wx / html / helpfrm.h
index 13816fa3c1d52403ed9bbf8427957b0409ec68b3..4bdbbc708d7c226683c688d87dbd5da2644ccf1d 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);
@@ -139,7 +139,7 @@ protected:
 private:
 
     DECLARE_EVENT_TABLE()
-    DECLARE_NO_COPY_CLASS(wxHtmlHelpFrame)
+    wxDECLARE_NO_COPY_CLASS(wxHtmlHelpFrame);
 };
 
 #endif // wxUSE_WXHTML_HELP