diff options
Diffstat (limited to 'xfa/fxfa/parser/cxfa_float.cpp')
-rw-r--r-- | xfa/fxfa/parser/cxfa_float.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xfa/fxfa/parser/cxfa_float.cpp b/xfa/fxfa/parser/cxfa_float.cpp index 3430a83589..83e574917e 100644 --- a/xfa/fxfa/parser/cxfa_float.cpp +++ b/xfa/fxfa/parser/cxfa_float.cpp @@ -6,7 +6,7 @@ #include "xfa/fxfa/parser/cxfa_float.h" -#include "fxjs/xfa/cjx_content.h" +#include "fxjs/xfa/cjx_float.h" #include "third_party/base/ptr_util.h" namespace { @@ -31,6 +31,6 @@ CXFA_Float::CXFA_Float(CXFA_Document* doc, XFA_PacketType packet) nullptr, kAttributeData, kName, - pdfium::MakeUnique<CJX_Content>(this)) {} + pdfium::MakeUnique<CJX_Float>(this)) {} CXFA_Float::~CXFA_Float() {} |