summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/pdfium/core/fpdfapi/parser/cpdf_object.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/pdfium/core/fpdfapi/parser/cpdf_object.h')
-rw-r--r--chromium/third_party/pdfium/core/fpdfapi/parser/cpdf_object.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chromium/third_party/pdfium/core/fpdfapi/parser/cpdf_object.h b/chromium/third_party/pdfium/core/fpdfapi/parser/cpdf_object.h
index 7a14492d70d..c5741585f9b 100644
--- a/chromium/third_party/pdfium/core/fpdfapi/parser/cpdf_object.h
+++ b/chromium/third_party/pdfium/core/fpdfapi/parser/cpdf_object.h
@@ -61,7 +61,8 @@ class CPDF_Object {
virtual WideString GetUnicodeText() const;
virtual float GetNumber() const;
virtual int GetInteger() const;
- virtual CPDF_Dictionary* GetDict() const;
+ virtual CPDF_Dictionary* GetDict();
+ virtual const CPDF_Dictionary* GetDict() const;
virtual void SetString(const ByteString& str);