diff options
Diffstat (limited to 'core/include/fpdfapi/fpdf_objects.h')
-rw-r--r-- | core/include/fpdfapi/fpdf_objects.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/include/fpdfapi/fpdf_objects.h b/core/include/fpdfapi/fpdf_objects.h index fdf11720f4..a53907b1f0 100644 --- a/core/include/fpdfapi/fpdf_objects.h +++ b/core/include/fpdfapi/fpdf_objects.h @@ -102,7 +102,7 @@ class CPDF_Object { ~CPDF_Object() {} void Destroy(); - const CPDF_Object* const GetBasicObject() const; + const CPDF_Object* GetBasicObject() const; FX_DWORD m_Type; FX_DWORD m_ObjNum; |