Index: fpdfsdk/src/fxedit/fxet_ap.cpp |
diff --git a/fpdfsdk/src/fxedit/fxet_ap.cpp b/fpdfsdk/src/fxedit/fxet_ap.cpp |
index 4f879c002235f42cccf9f91e1da4ed7893f2993a..2803b60d728de00f6b492958c6be0f38e0e08b90 100644 |
--- a/fpdfsdk/src/fxedit/fxet_ap.cpp |
+++ b/fpdfsdk/src/fxedit/fxet_ap.cpp |
@@ -4,9 +4,9 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
+#include "core/include/fpdfapi/fpdf_resource.h" |
#include "fpdfsdk/include/fxedit/fx_edit.h" |
#include "fpdfsdk/include/fxedit/fxet_edit.h" |
-#include "fpdfsdk/include/fxedit/fxet_stub.h" |
CFX_ByteString GetPDFWordString(IFX_Edit_FontMap* pFontMap, |
int32_t nFontIndex, |
@@ -177,7 +177,7 @@ CFX_ByteString IFX_Edit::GetEditAppearanceStream( |
CFX_ByteString IFX_Edit::GetSelectAppearanceStream( |
IFX_Edit* pEdit, |
const CPDF_Point& ptOffset, |
- const CPVT_WordRange* pRange /*= NULL*/) { |
+ const CPVT_WordRange* pRange) { |
CFX_ByteTextBuf sRet; |
if (pRange && pRange->IsExist()) { |