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
This commit is contained in:
parent
af0ac990fc
commit
a8030f0eaa
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user