| Index: fpdfsdk/fsdk_annothandler.cpp
|
| diff --git a/fpdfsdk/src/fsdk_annothandler.cpp b/fpdfsdk/fsdk_annothandler.cpp
|
| similarity index 99%
|
| rename from fpdfsdk/src/fsdk_annothandler.cpp
|
| rename to fpdfsdk/fsdk_annothandler.cpp
|
| index 989f535e50b75d1e407a8cbcf648ee05f0b1627d..f2456b0fb47b9b1b9254ca3960f5a753d60683a2 100644
|
| --- a/fpdfsdk/src/fsdk_annothandler.cpp
|
| +++ b/fpdfsdk/fsdk_annothandler.cpp
|
| @@ -1091,8 +1091,7 @@ CPDFSDK_AnnotIterator::CPDFSDK_AnnotIterator(CPDFSDK_PageView* pPageView,
|
| }
|
| }
|
|
|
| -CPDFSDK_AnnotIterator::~CPDFSDK_AnnotIterator() {
|
| -}
|
| +CPDFSDK_AnnotIterator::~CPDFSDK_AnnotIterator() {}
|
|
|
| CPDFSDK_Annot* CPDFSDK_AnnotIterator::NextAnnot() {
|
| if (m_pos < m_iteratorAnnotList.size())
|
|
|