diff options
Diffstat (limited to 'core/fpdfapi')
-rw-r--r-- | core/fpdfapi/parser/cpdf_dictionary.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fpdfapi/parser/cpdf_dictionary.h b/core/fpdfapi/parser/cpdf_dictionary.h index 7b839975a1..a0e678c6fd 100644 --- a/core/fpdfapi/parser/cpdf_dictionary.h +++ b/core/fpdfapi/parser/cpdf_dictionary.h @@ -52,7 +52,7 @@ class CPDF_Dictionary final : public CPDF_Object { WideString GetUnicodeTextFor(const ByteString& key) const; int GetIntegerFor(const ByteString& key) const; int GetIntegerFor(const ByteString& key, int default_int) const; - bool GetBooleanFor(const ByteString& key, bool bDefault = false) const; + bool GetBooleanFor(const ByteString& key, bool bDefault) const; float GetNumberFor(const ByteString& key) const; const CPDF_Dictionary* GetDictFor(const ByteString& key) const; CPDF_Dictionary* GetDictFor(const ByteString& key); |