X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e6e839336c9f9a869d40b3c7ed212e6f6641d04f..1fbfbfb0bf19e11ec98c2c1002cd561f16bc0b72:/src/palmos/checklst.cpp?ds=sidebyside diff --git a/src/palmos/checklst.cpp b/src/palmos/checklst.cpp index 358a423dc6..a7757f3630 100644 --- a/src/palmos/checklst.cpp +++ b/src/palmos/checklst.cpp @@ -142,7 +142,7 @@ public: private: - DECLARE_NO_COPY_CLASS(wxCheckListBoxItem) + wxDECLARE_NO_COPY_CLASS(wxCheckListBoxItem); bool m_bChecked; wxCheckListBox *m_pParent; size_t m_nIndex;