| Index: core/fpdftext/fpdf_text_int.cpp
|
| diff --git a/core/src/fpdftext/fpdf_text_int.cpp b/core/fpdftext/fpdf_text_int.cpp
|
| similarity index 99%
|
| rename from core/src/fpdftext/fpdf_text_int.cpp
|
| rename to core/fpdftext/fpdf_text_int.cpp
|
| index 16e2c8529b2c47d1074dbb780f53c5f8740c35fa..d16ccb8dde4785d14133917239cee997a382c4a1 100644
|
| --- a/core/src/fpdftext/fpdf_text_int.cpp
|
| +++ b/core/fpdftext/fpdf_text_int.cpp
|
| @@ -4,7 +4,7 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#include "core/src/fpdftext/text_int.h"
|
| +#include "core/fpdftext/text_int.h"
|
|
|
| #include <algorithm>
|
| #include <cctype>
|
| @@ -2281,8 +2281,7 @@ int CPDF_TextPageFind::GetMatchedCount() const {
|
| }
|
|
|
| CPDF_LinkExtract::CPDF_LinkExtract()
|
| - : m_pTextPage(nullptr), m_bIsParsed(false) {
|
| -}
|
| + : m_pTextPage(nullptr), m_bIsParsed(false) {}
|
|
|
| CPDF_LinkExtract::~CPDF_LinkExtract() {
|
| DeleteLinkList();
|
|
|