diff options
Diffstat (limited to 'xfa/fxfa/parser/cxfa_box.h')
-rw-r--r-- | xfa/fxfa/parser/cxfa_box.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xfa/fxfa/parser/cxfa_box.h b/xfa/fxfa/parser/cxfa_box.h index 5c2c8d20af..f995f5bb09 100644 --- a/xfa/fxfa/parser/cxfa_box.h +++ b/xfa/fxfa/parser/cxfa_box.h @@ -36,8 +36,8 @@ class CXFA_Box : public CXFA_Node { std::vector<CXFA_Stroke*> GetStrokes(); - pdfium::Optional<int32_t> GetStartAngle(); - pdfium::Optional<int32_t> GetSweepAngle(); + Optional<int32_t> GetStartAngle(); + Optional<int32_t> GetSweepAngle(); protected: CXFA_Box(CXFA_Document* pDoc, |