X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5fcf715b5e37494222b89b6c46b65b65a99c1245..9708db208d570c089b5c13948ec7e9e5e0bb5c97:/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;