wxWidgets/include
Vadim Zeitlin ae8079a210 Don't return a dangling pointer from wxDateTime::ParseXXX(wxCStrData).
We don't have any sufficiently long-lived pointer to return from this
overload, so don't return anything from it -- it's better to break the
compilation of the existing code rather than make it crash during run-time.

Closes #14214.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71430 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2012-05-13 21:37:25 +00:00
..
msvc/wx Allow using non-MSW toolkit in MSVC-specific auto-linking header. 2012-05-04 20:35:41 +00:00
wx Don't return a dangling pointer from wxDateTime::ParseXXX(wxCStrData). 2012-05-13 21:37:25 +00:00