summaryrefslogtreecommitdiff
path: root/core/include/fpdfapi
diff options
context:
space:
mode:
authorOliver Chang <ochang@chromium.org>2016-01-19 15:15:37 -0800
committerOliver Chang <ochang@chromium.org>2016-01-19 15:15:37 -0800
commit833d705688d21402357ef1ab40f4706dbadfb79a (patch)
tree9dd1e6f25c069d2b46217bae036685b6e0e25a52 /core/include/fpdfapi
parent5c1efd404f6f0c6bc190101fad3a9977c4e2e6d2 (diff)
downloadpdfium-833d705688d21402357ef1ab40f4706dbadfb79a.tar.xz
Merge to XFA: Remove an extra "const" in fpdf_objects.
TBR=weili@chromium.org Original Review URL: https://codereview.chromium.org/1602323002 . (cherry picked from commit b196c7bebad66c9938d2705ccf64961bcdd774e2) Review URL: https://codereview.chromium.org/1607473008 .
Diffstat (limited to 'core/include/fpdfapi')
-rw-r--r--core/include/fpdfapi/fpdf_objects.h2
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;