X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e6e839336c9f9a869d40b3c7ed212e6f6641d04f..89c33c4831a62c628ebdbba02c2c05ec6b9169c0:/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;