]> git.saurik.com Git - wxWidgets.git/commit
Use wxString::ToCDouble() instead of emulating it.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 3 May 2010 11:19:42 +0000 (11:19 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 3 May 2010 11:19:42 +0000 (11:19 +0000)
commit9edb8fa062ae2c4394dab2753b49ee7cda26f191
treef42f51b20b30c874ae2aa0c59bd5da066e00fb40
parentbc9666c99939f6f1a6fc11fd10fa2db3deb747ae
Use wxString::ToCDouble() instead of emulating it.

No real changes, just replace the code which was working around the absence of
a wxString::ToCDouble() with the call to the real thing now that we have it.

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