Fix wx[Sorted]ArrayString::Index when wxUSE_STL=1, because
authorMattia Barbon <mbarbon@cpan.org>
Sat, 19 Jul 2003 22:01:14 +0000 (22:01 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Sat, 19 Jul 2003 22:01:14 +0000 (22:01 +0000)
commit2da2f941bbd25599c2c1453204b5f1a4e116ae91
tree53e9b194670044af286074b75c4c2807a96de280
parent2f7b6734e447a4f4e3634118ab6d69356eff3cc1
  Fix wx[Sorted]ArrayString::Index when wxUSE_STL=1, because
it is different than wxArray::Index (second argument is for
case sensitivity, not search direction).
  Use forward declaration for wx[Sorted]ArrayString, where
possible.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22128 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
13 files changed:
include/wx/arrstr.h
include/wx/confbase.h
include/wx/dir.h
include/wx/generic/grid.h
include/wx/generic/gridctrl.h
include/wx/generic/statusbr.h
include/wx/utils.h
src/common/dynarray.cpp
src/generic/choicdgg.cpp
src/gtk/choice.cpp
src/gtk/listbox.cpp
src/gtk1/choice.cpp
src/gtk1/listbox.cpp