summaryrefslogtreecommitdiff
path: root/xfa/include/fwl/core/fwl_grid.h
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/include/fwl/core/fwl_grid.h')
-rw-r--r--xfa/include/fwl/core/fwl_grid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/include/fwl/core/fwl_grid.h b/xfa/include/fwl/core/fwl_grid.h
index e7071af7b3..9e17e2c846 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);