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
     //
     // 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;