diff --git a/include/wx/generic/grid.h b/include/wx/generic/grid.h index d1bc9a4fe7..029507d7ea 100644 --- a/include/wx/generic/grid.h +++ b/include/wx/generic/grid.h @@ -567,6 +567,9 @@ private: wxGridCellAttrProviderData *m_data; // this struct simply combines together the default header renderers + // + // FIXME-VC6: this struct must be named because of VC6 bug, it fails + // with error C2639 on this struct declaration without it struct { wxGridColumnHeaderRendererDefault colRenderer;