]> git.saurik.com Git - wxWidgets.git/commitdiff
Really fix VC6 compilation after r61919.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 15 Sep 2009 17:05:13 +0000 (17:05 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 15 Sep 2009 17:05:13 +0000 (17:05 +0000)
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

index 92d216bb7f021e3ee26507eae52bf7602cc4d05e..4c3ed510df07914be00170e09c4b8cee1b743f50 100644 (file)
@@ -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;