Index: xfa/include/fwl/core/fwl_grid.h |
diff --git a/xfa/include/fwl/core/fwl_grid.h b/xfa/include/fwl/core/fwl_grid.h |
index e7071af7b34b544e1b98f3d3e611df4fcaf87619..9e17e2c8464b6efe11e1cccdabe14c5ee133f411 100644 |
--- a/xfa/include/fwl/core/fwl_grid.h |
+++ b/xfa/include/fwl/core/fwl_grid.h |
@@ -36,7 +36,7 @@ enum FWL_GRIDSIZE { |
FWL_GRIDSIZE_MaxWidth, |
FWL_GRIDSIZE_MaxHeight, |
}; |
-typedef struct _FWL_HGRIDCOLROW { void* pData; } * FWL_HGRIDCOLROW; |
+typedef struct FWL_HGRIDCOLROW_ { void* pData; } * FWL_HGRIDCOLROW; |
class IFWL_Grid : public IFWL_Content { |
public: |
static IFWL_Grid* Create(const CFWL_WidgetImpProperties& properties); |