]> git.saurik.com Git - wxWidgets.git/commit
don't use WXDLLIMPEXP_BASE with wx[Sorted]Array_SortFunction, this results in link...
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 30 Oct 2008 15:57:18 +0000 (15:57 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 30 Oct 2008 15:57:18 +0000 (15:57 +0000)
commit638205e547ceb03405ad08aba5fc2d7358fea4a6
tree6511c82bed199180b4ad7260a05dbac899f83f6a
parentb6e2aaace5697608ea6d8617a5ca45cdebe7fe37
don't use WXDLLIMPEXP_BASE with wx[Sorted]Array_SortFunction, this results in link errors with VC[89] when building a DLL and shouldn't be necessary with any other compilers neither as these classes have only inline methods

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56600 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/dynarray.h