diff options
Diffstat (limited to 'core/fxge/ge')
-rw-r--r-- | core/fxge/ge/cfx_pathdata.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fxge/ge/cfx_pathdata.cpp b/core/fxge/ge/cfx_pathdata.cpp index a538cadcaf..969bfc48e8 100644 --- a/core/fxge/ge/cfx_pathdata.cpp +++ b/core/fxge/ge/cfx_pathdata.cpp @@ -10,7 +10,7 @@ #include "third_party/base/numerics/safe_math.h" CFX_PathData::CFX_PathData() - : m_PointCount(0), m_pPoints(nullptr), m_AllocCount(0) {} + : m_PointCount(0), m_AllocCount(0), m_pPoints(nullptr) {} CFX_PathData::~CFX_PathData() { FX_Free(m_pPoints); |