| Index: core/include/fpdfapi/fpdf_objects.h
|
| diff --git a/core/include/fpdfapi/fpdf_objects.h b/core/include/fpdfapi/fpdf_objects.h
|
| index fdf11720f4b2314e6ddc95104056cf1b095fa617..a53907b1f0efd671cefb6138a1ef0fe486e8b4f2 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;
|
|
|