]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/checklst.cpp
detect horizontal overflow in wxHtmlPrintout and warn the user about it
[wxWidgets.git] / src / msw / checklst.cpp
index 99d72f3e8999f38ccba2706f83a7ea20892ff18f..7cfdff2a5f6ab84e35f490bdb42d31ed2f7f8cf2 100644 (file)
@@ -146,7 +146,7 @@ private:
     wxCheckListBox *m_pParent;
     size_t          m_nIndex;
 
-    DECLARE_NO_COPY_CLASS(wxCheckListBoxItem)
+    wxDECLARE_NO_COPY_CLASS(wxCheckListBoxItem);
 };
 
 wxCheckListBoxItem::wxCheckListBoxItem(wxCheckListBox *pParent, size_t nIndex)