diff options
Diffstat (limited to 'core/fpdfapi/parser/cpdf_object.h')
-rw-r--r-- | core/fpdfapi/parser/cpdf_object.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fpdfapi/parser/cpdf_object.h b/core/fpdfapi/parser/cpdf_object.h index 82d7801cce..a07ba677e8 100644 --- a/core/fpdfapi/parser/cpdf_object.h +++ b/core/fpdfapi/parser/cpdf_object.h @@ -96,7 +96,7 @@ class CPDF_Object { friend class CPDF_Array; friend class CPDF_Dictionary; friend class CPDF_IndirectObjectHolder; - friend class CPDF_Parser; + friend class CPDF_SyntaxParser; friend class CPDF_Reference; friend class CPDF_Stream; |