| Index: core/fpdfdoc/doc_link.cpp
|
| diff --git a/core/src/fpdfdoc/doc_link.cpp b/core/fpdfdoc/doc_link.cpp
|
| similarity index 97%
|
| rename from core/src/fpdfdoc/doc_link.cpp
|
| rename to core/fpdfdoc/doc_link.cpp
|
| index a32d4c7a2d6359dc9a647f5bbc5dae1725eebc37..8aedb4003430490882d14229e15633b9ef70b05d 100644
|
| --- a/core/src/fpdfdoc/doc_link.cpp
|
| +++ b/core/fpdfdoc/doc_link.cpp
|
| @@ -10,11 +10,9 @@
|
|
|
| #include "core/include/fpdfapi/cpdf_array.h"
|
|
|
| -CPDF_LinkList::CPDF_LinkList() {
|
| -}
|
| +CPDF_LinkList::CPDF_LinkList() {}
|
|
|
| -CPDF_LinkList::~CPDF_LinkList() {
|
| -}
|
| +CPDF_LinkList::~CPDF_LinkList() {}
|
|
|
| const std::vector<CPDF_Dictionary*>* CPDF_LinkList::GetPageLinks(
|
| CPDF_Page* pPage) {
|
|
|