| Index: xfa/fxfa/parser/cxfa_validate.h
|
| diff --git a/xfa/fxfa/parser/cxfa_validate.h b/xfa/fxfa/parser/cxfa_validate.h
|
| index aab5de3466e3fef533603226c8ac3ffc4d9f4922..bdd7be98b2b9a676804f9bf21fa0399b9103d27a 100644
|
| --- a/xfa/fxfa/parser/cxfa_validate.h
|
| +++ b/xfa/fxfa/parser/cxfa_validate.h
|
| @@ -33,9 +33,9 @@ class CXFA_Validate : public CXFA_Data {
|
|
|
| protected:
|
| void GetMessageText(CFX_WideString& wsMessage,
|
| - const CFX_WideStringC& wsMessageType);
|
| + const CFX_WideString& wsMessageType);
|
| void SetMessageText(CFX_WideString& wsMessage,
|
| - const CFX_WideStringC& wsMessageType);
|
| + const CFX_WideString& wsMessageType);
|
| FX_BOOL SetTestValue(int32_t iType,
|
| CFX_WideString& wsValue,
|
| XFA_ATTRIBUTEENUM eName);
|
|
|