]> git.saurik.com Git - wxWidgets.git/commit
Don't use some "recent" C++98 features not supported by VC6.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 16 Nov 2010 22:38:06 +0000 (22:38 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 16 Nov 2010 22:38:06 +0000 (22:38 +0000)
commit6ab66823d87cd569ea2751f42e5da2749497db4c
tree17aa7f26d96dea960b81076bd092184985b2aa09
parent496dbbe76e6bc7b36c30494b81bec05f49fc2d06
Don't use some "recent" C++98 features not supported by VC6.

Don't return void values nor redeclare the same variable in for loops to fix
VC6 compilation.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66168 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
samples/xrc/objrefdlg.cpp
tests/menu/menu.cpp