X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e6e839336c9f9a869d40b3c7ed212e6f6641d04f..982d7f931701e2d65182f798e9182139efd67ed7:/src/palmos/checklst.cpp 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;