]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/winpars.h
Set initial window size as its minimal size.
[wxWidgets.git] / include / wx / html / winpars.h
index 5835338889ef28f8d0cf8e20bb3f0f23c087752c..0c9d548c32b19cb9ace30305af96cf1ed18ca311 100644 (file)
@@ -230,7 +230,7 @@ private:
     // expand TABs; only updated while inside <pre>
     int m_posColumn;
 
-    DECLARE_NO_COPY_CLASS(wxHtmlWinParser)
+    wxDECLARE_NO_COPY_CLASS(wxHtmlWinParser);
 };
 
 
@@ -257,7 +257,7 @@ public:
 protected:
     wxHtmlWinParser *m_WParser; // same as m_Parser, but overcasted
 
-    DECLARE_NO_COPY_CLASS(wxHtmlWinTagHandler)
+    wxDECLARE_NO_COPY_CLASS(wxHtmlWinTagHandler);
 };