]> git.saurik.com Git - wxWidgets.git/commit
Use WX_XXX_ARRAY_PTR macro variants for arrays of pointers.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 27 Oct 2011 21:10:51 +0000 (21:10 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 27 Oct 2011 21:10:51 +0000 (21:10 +0000)
commitc155b9b519b54aa5410930bcdc5c6478ebda1251
treefc229450b9097afbbe0cd8fd3bc7f2532138aeb0
parent449cc351536a62a07e73500702bf1d685473b277
Use WX_XXX_ARRAY_PTR macro variants for arrays of pointers.

Arrays of pointers must not overload operator->() as it is not used with them
and is, in fact, unusable, provoking a warning from Sun CC every time such
array is declared. Use the special _PTR-suffixed versions to avoid this.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69567 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/ribbon/buttonbar.h
include/wx/ribbon/control.h
include/wx/ribbon/gallery.h
include/wx/ribbon/toolbar.h
src/ribbon/toolbar.cpp