| Index: xfa/src/fdp/src/fde/fde_geobject.cpp
|
| diff --git a/xfa/src/fdp/src/fde/fde_geobject.cpp b/xfa/src/fdp/src/fde/fde_geobject.cpp
|
| index ed122abbb05d772b972b3b2779a4d7e071a4140c..748bbb3f773a3cb396fa81f5ab9e5ce8a73e3473 100644
|
| --- a/xfa/src/fdp/src/fde/fde_geobject.cpp
|
| +++ b/xfa/src/fdp/src/fde/fde_geobject.cpp
|
| @@ -7,7 +7,7 @@
|
| #include "xfa/src/fdp/src/fde/fde_geobject.h"
|
| #include "xfa/src/fdp/src/fde/fde_object.h"
|
| #include "xfa/src/foxitlib.h"
|
| -#ifndef _FDEPLUS
|
| +
|
| IFDE_Path* IFDE_Path::Create() {
|
| return new CFDE_Path;
|
| }
|
| @@ -264,4 +264,3 @@ void CFDE_Path::GetBBox(CFX_RectF& bbox,
|
| bbox.Set(rect.left, rect.top, rect.Width(), rect.Height());
|
| bbox.Normalize();
|
| }
|
| -#endif
|
|
|