| Index: xfa/fxfa/parser/cxfa_value.h
|
| diff --git a/xfa/fxfa/parser/cxfa_value.h b/xfa/fxfa/parser/cxfa_value.h
|
| index 5c9a684828c0f87528d3125ecccaf9f9caafd50a..69697c150ac4ffdcf801f8802d7465a2814d084e 100644
|
| --- a/xfa/fxfa/parser/cxfa_value.h
|
| +++ b/xfa/fxfa/parser/cxfa_value.h
|
| @@ -22,7 +22,7 @@ class CXFA_Value : public CXFA_Data {
|
| public:
|
| explicit CXFA_Value(CXFA_Node* pNode) : CXFA_Data(pNode) {}
|
|
|
| - XFA_ELEMENT GetChildValueClassID();
|
| + XFA_Element GetChildValueClassID();
|
| FX_BOOL GetChildValueContent(CFX_WideString& wsContent);
|
| CXFA_Arc GetArc();
|
| CXFA_Line GetLine();
|
|
|