summaryrefslogtreecommitdiff
path: root/xfa/src/fxgraphics/src/fx_path_generator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/src/fxgraphics/src/fx_path_generator.cpp')
-rw-r--r--xfa/src/fxgraphics/src/fx_path_generator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/src/fxgraphics/src/fx_path_generator.cpp b/xfa/src/fxgraphics/src/fx_path_generator.cpp
index 3107febdbd..116a9df28e 100644
--- a/xfa/src/fxgraphics/src/fx_path_generator.cpp
+++ b/xfa/src/fxgraphics/src/fx_path_generator.cpp
@@ -10,7 +10,7 @@ CFX_PathGenerator::CFX_PathGenerator() {
m_pPathData = NULL;
}
void CFX_PathGenerator::Create() {
- m_pPathData = FX_NEW CFX_PathData;
+ m_pPathData = new CFX_PathData;
}
CFX_PathGenerator::~CFX_PathGenerator() {
if (m_pPathData) {