]> git.saurik.com Git - wxWidgets.git/commit
Fix wxVLogStatus definition.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 1 Sep 2012 22:38:40 +0000 (22:38 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 1 Sep 2012 22:38:40 +0000 (22:38 +0000)
commit81b93d3e85a2bf29c9939ed8ee22e22e5b5538e1
tree588d4b838db8753b54fffc3a183902b4f68f031d
parent9a1b36af5aa0667909a3f29e1444825a7f558292
Fix wxVLogStatus definition.

This macro can be used with 2 arguments (format and argptr) or 3 (the frame
pointer as an additional first argument), so don't define it as taking 2
arguments but as a macro without arguments, as we already do for
wxVLogSysErrorfor the same reasons.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72421 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/log.h