GetColumnTextValue() can't return a reference to a temporary string, so changed it...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 12 Nov 2006 21:25:19 +0000 (21:25 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 12 Nov 2006 21:25:19 +0000 (21:25 +0000)
commitf8a98fa28c14fc2809911809500dbacae183b5c6
tree6c3bb58018ee656f08c69dae1752a1ed95a223d5
parent90412a12f4c5b1fe8c9f58c60a917aa2653afc43
GetColumnTextValue() can't return a reference to a temporary string, so changed it to return wxString by value

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43370 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/mac/carbon/listctrl_mac.cpp