No real changes, just remove the ugly CONST_CAST macro.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 14 Nov 2009 16:11:09 +0000 (16:11 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 14 Nov 2009 16:11:09 +0000 (16:11 +0000)
commita57bfed905e987e07bb9f335729185fc5d8a72fc
treeff72bf61699840ecd4095656a5b7bc44848d26c2
parent9e9cfb91150fee916b286ffa29fa4b5a0885849f
No real changes, just remove the ugly CONST_CAST macro.

Use const_cast<> directly, we don't support compilers which don't have it any
more. And CONST_CAST macro conflicts with a macro with the same name (and
similar purpose) defined in Symbian headers.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62640 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/fileconf.cpp