fixed vararg functions with format argument to not use wxString or reference argument...
authorVáclav Slavík <vslavik@fastmail.fm>
Thu, 3 May 2007 10:50:25 +0000 (10:50 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Thu, 3 May 2007 10:50:25 +0000 (10:50 +0000)
commitd1f6e2cfe2edae646d58e94c6a6b5f010f6439f7
tree0285e60419590db255616f3dc9efca1ff02dd70b
parent30957174e56076e8142038da6cfe47f2a04fb8a5
fixed vararg functions with format argument to not use wxString or reference argument (the latter is invalid C++, the former doesn't work with Watcom and produces at least warnings with GCC 3.3)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45781 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
14 files changed:
include/wx/generic/dcpsg.h
include/wx/log.h
include/wx/mimetype.h
include/wx/msgout.h
include/wx/string.h
include/wx/strvararg.h
include/wx/wxcrtvararg.h
src/common/log.cpp
src/common/mimecmn.cpp
src/common/msgout.cpp
src/common/string.cpp
src/common/wxcrt.cpp
src/generic/dcpsg.cpp
src/generic/logg.cpp