From a8030f0eaa33c2824d2277e25c93c1ef23d338a8 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 15 Sep 2009 17:05:13 +0000 Subject: [PATCH] Really fix VC6 compilation after r61919. The change in r61922 which was supposed to do it somehow forgot the fix itself and added only a comment explaining why it was needed. Really do name the struct now. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61937 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/generic/grid.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/generic/grid.h b/include/wx/generic/grid.h index 92d216bb7f..4c3ed510df 100644 --- a/include/wx/generic/grid.h +++ b/include/wx/generic/grid.h @@ -575,7 +575,7 @@ private: // // FIXME-VC6: this struct must be named because of VC6 bug, it fails // with error C2639 on this struct declaration without it - struct + struct DefaultHeaderRenderers { wxGridColumnHeaderRendererDefault colRenderer; wxGridRowHeaderRendererDefault rowRenderer;