]> git.saurik.com Git - wxWidgets.git/commit
Fix vararg function in wxXml unit test broken by recent changes.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 6 Apr 2011 16:37:24 +0000 (16:37 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 6 Apr 2011 16:37:24 +0000 (16:37 +0000)
commit02c943546625da403b87c9e9ab9ccebcc91de90d
treeead122dc070dfd3ea8f881f02c43707cd44c59ba
parent3672f9d04dbb1d8ee758e5f326c36b43cf5f69f8
Fix vararg function in wxXml unit test broken by recent changes.

The changes in r67345 changed CheckXml() vararg function to take a reference
as the first argument but this doesn't work with va_start(), so revert to
using a pointer here.

This fixes the current unit test failures in the XML tests.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67408 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
tests/xml/xmltest.cpp