| Index: fpdfsdk/fsdk_baseannot.cpp
|
| diff --git a/fpdfsdk/src/fsdk_baseannot.cpp b/fpdfsdk/fsdk_baseannot.cpp
|
| similarity index 99%
|
| rename from fpdfsdk/src/fsdk_baseannot.cpp
|
| rename to fpdfsdk/fsdk_baseannot.cpp
|
| index 276d302bdd6169f6ebaf29bd66c3a4d08d914ee1..606f02c2ed1bac14a5db35f20316fe7736d5c3bf 100644
|
| --- a/fpdfsdk/src/fsdk_baseannot.cpp
|
| +++ b/fpdfsdk/fsdk_baseannot.cpp
|
| @@ -485,13 +485,11 @@ CPDFSDK_DateTime& CPDFSDK_DateTime::AddSeconds(int seconds) {
|
| }
|
|
|
| CPDFSDK_Annot::CPDFSDK_Annot(CPDFSDK_PageView* pPageView)
|
| - : m_pPageView(pPageView), m_bSelected(FALSE), m_nTabOrder(-1) {
|
| -}
|
| + : m_pPageView(pPageView), m_bSelected(FALSE), m_nTabOrder(-1) {}
|
|
|
| CPDFSDK_BAAnnot::CPDFSDK_BAAnnot(CPDF_Annot* pAnnot,
|
| CPDFSDK_PageView* pPageView)
|
| - : CPDFSDK_Annot(pPageView), m_pAnnot(pAnnot) {
|
| -}
|
| + : CPDFSDK_Annot(pPageView), m_pAnnot(pAnnot) {}
|
|
|
| CPDF_Annot* CPDFSDK_BAAnnot::GetPDFAnnot() const {
|
| return m_pAnnot;
|
|
|