]> git.saurik.com Git - wxWidgets.git/commit
Allow passing wxLongLong values directly to wx pseudo-vararg functions.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 17 May 2011 22:12:39 +0000 (22:12 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 17 May 2011 22:12:39 +0000 (22:12 +0000)
commit715efa4e254cf811bd14617d121b92fa82d64f8c
tree2a2d559f95eab561334b3785d02bddd48477518d
parent8ea26eedce3a50c4021bcf8b971e432d93684de2
Allow passing wxLongLong values directly to wx pseudo-vararg functions.

Allow passing wxLongLong objects when a "%lld" format specifier (or
equivalent) is used just as we already do for wxString objects when "%s" is
used. This is more convenient and makes wxLongLong closes to the native type.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67760 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/longlong.h
include/wx/strvararg.h
tests/strings/vararg.cpp