don't use implicit wxString->char*/wchar_t* conversion, it will not be available...
authorVáclav Slavík <vslavik@fastmail.fm>
Sun, 10 Jun 2007 17:42:41 +0000 (17:42 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sun, 10 Jun 2007 17:42:41 +0000 (17:42 +0000)
commit8650108199bf799f21e29811cddaefd579c98c88
tree01c09eeb7c2dcf65ea84b93bc33bf29db0accee6
parent52de37c78f31bc03f8b96090932c7ce8c3907d29
don't use implicit wxString->char*/wchar_t* conversion, it will not be available in wxUSE_STL build in the future

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46391 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
51 files changed:
docs/latex/wx/fltfactory.tex
docs/latex/wx/function.tex
include/wx/archive.h
include/wx/arrstr.h
include/wx/cmdline.h
include/wx/confbase.h
include/wx/ipcbase.h
include/wx/sckipc.h
include/wx/sstream.h
include/wx/strconv.h
include/wx/stream.h
src/common/arcfind.cpp
src/common/arrstr.cpp
src/common/cmdline.cpp
src/common/config.cpp
src/common/dcbase.cpp
src/common/docview.cpp
src/common/dynarray.cpp
src/common/fileconf.cpp
src/common/filename.cpp
src/common/filtfind.cpp
src/common/ftp.cpp
src/common/http.cpp
src/common/image.cpp
src/common/sstream.cpp
src/common/strconv.cpp
src/common/stream.cpp
src/common/tarstrm.cpp
src/common/txtstrm.cpp
src/common/uri.cpp
src/common/zipstrm.cpp
src/gtk/animate.cpp
src/gtk/dirdlg.cpp
src/gtk/filedlg.cpp
src/gtk/hyperlink.cpp
src/gtk/menu.cpp
src/gtk/radiobox.cpp
src/msw/utils.cpp
src/richtext/richtexthtml.cpp
src/richtext/richtextstyledlg.cpp
src/richtext/richtextxml.cpp
src/unix/dir.cpp
src/unix/mimetype.cpp
src/unix/utilsunx.cpp
src/xml/xml.cpp
tests/arrays/arrays.cpp
tests/datetime/datetimetest.cpp
tests/formatconverter/formatconvertertest.cpp
tests/lists/lists.cpp
tests/mbconv/mbconvtest.cpp
tests/regex/regextest.cpp