X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5fcf715b5e37494222b89b6c46b65b65a99c1245..a536e411022b21280532c9daadc806a437fbb4c6:/include/wx/mac/listbox.h diff --git a/include/wx/mac/listbox.h b/include/wx/mac/listbox.h index ff4be45527..e35fb87b2f 100644 --- a/include/wx/mac/listbox.h +++ b/include/wx/mac/listbox.h @@ -138,7 +138,8 @@ protected: bool HasMultipleSelection() const; // free memory (common part of Clear() and dtor) - void Free(); + // prevent collision with some BSD definitions of macro Free() + void FreeData(); int m_noItems; int m_selected;