No real changes, just use const_cast<> instead of C casts.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 22 Oct 2010 14:17:30 +0000 (14:17 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 22 Oct 2010 14:17:30 +0000 (14:17 +0000)
commitf48a115976827701bb7b4bab7333f7512de08ab2
tree9ea47ad2b9b8987806ce483bc4bc148fae6d118a
parent9513aa80ce830c97516e51e66c0db640d20f0443
No real changes, just use const_cast<> instead of C casts.

Replace many comments indicating that the C cast used was really a
const_cast<> with the proper cast itself. There is no reason to not use it any
longer, all the supported compilers understand it.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65861 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
13 files changed:
src/common/config.cpp
src/common/ctrlcmn.cpp
src/common/ffile.cpp
src/common/file.cpp
src/common/intl.cpp
src/common/mstream.cpp
src/common/strconv.cpp
src/generic/grid.cpp
src/msw/bitmap.cpp
src/msw/notebook.cpp
src/msw/thread.cpp
src/osx/carbon/thread.cpp
src/unix/fontutil.cpp