]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/m_layout.cpp
Cast needed to fix compilation on 10.4 --This line, and those below,
[wxWidgets.git] / src / html / m_layout.cpp
index f1627378b61fbfde5b0b23f8a25bf7c454e1a13c..02d38228cdf25e7bd63cd8b9e36c30d6722bc2b5 100644 (file)
@@ -79,7 +79,7 @@ public:
               wxHtmlRenderingInfo& WXUNUSED(info)) {}
 
 private:
-    DECLARE_NO_COPY_CLASS(wxHtmlPageBreakCell)
+    wxDECLARE_NO_COPY_CLASS(wxHtmlPageBreakCell);
 };
 
 bool wxHtmlPageBreakCell::AdjustPagebreak(int* pagebreak, wxArrayInt& known_pagebreaks) const