diff options
Diffstat (limited to 'fpdfsdk/cpdfsdk_baannot.h')
-rw-r--r-- | fpdfsdk/cpdfsdk_baannot.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fpdfsdk/cpdfsdk_baannot.h b/fpdfsdk/cpdfsdk_baannot.h index 1d71585a35..c7300c46e5 100644 --- a/fpdfsdk/cpdfsdk_baannot.h +++ b/fpdfsdk/cpdfsdk_baannot.h @@ -92,6 +92,8 @@ class CPDFSDK_BAAnnot : public CPDFSDK_Annot { void SetOpenState(bool bState); + int GetLayoutOrder() const override; + protected: CFX_UnownedPtr<CPDF_Annot> const m_pAnnot; }; |