Fix VC6 compilation of wxRichTextTable code.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 29 Jun 2013 12:53:21 +0000 (12:53 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 29 Jun 2013 12:53:21 +0000 (12:53 +0000)
commit5d98e603bc42b09c4f3e47a89dc09f174d7a22e4
treec02384de96963500f1510972034ddc00e2b786b0
parent1d84348c5a3e24919d9862bf0c8ad0a4fbf39d41
Fix VC6 compilation of wxRichTextTable code.

In addition to breaking VC6 build, the code also rather strangely declared
"row" inside a for loop first and then declared it in the function scope.

Leave just the second declaration.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74313 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/richtext/richtextbuffer.cpp