use wxFormatString helper class for 'vararg' functions' format argument; this prepare...
authorVáclav Slavík <vslavik@fastmail.fm>
Fri, 4 May 2007 10:41:08 +0000 (10:41 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Fri, 4 May 2007 10:41:08 +0000 (10:41 +0000)
commit1528e0b85fed193f8a4a25f20dcc36064bb71d2a
treece44ee4dcce8bb44afecc2b5ed4f564de1242814
parentcef590ee279bd3936f3846c053f2f889d3258f42
use wxFormatString helper class for 'vararg' functions' format argument; this prepares the code for removal of implicit wxString conversion to char* in STL build and also fixes VC6 compilation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45803 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/generic/dcpsg.h
include/wx/log.h
include/wx/msgout.h
include/wx/string.h
include/wx/strvararg.h
include/wx/wxcrtvararg.h
src/common/string.cpp
src/common/strvararg.cpp