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