summaryrefslogtreecommitdiff
path: root/core/fxge/ge/cfx_pathdata.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'core/fxge/ge/cfx_pathdata.cpp')
-rw-r--r--core/fxge/ge/cfx_pathdata.cpp2
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);