| Index: xfa/fxfa/fm2js/xfa_lexer.h
|
| diff --git a/xfa/fxfa/fm2js/xfa_lexer.h b/xfa/fxfa/fm2js/xfa_lexer.h
|
| index fd89dc72ebdd8799dfaa728f3f9f70e4515c6bf6..c21c00255aa37fad4b0a6ef67417e7e604b8e033 100644
|
| --- a/xfa/fxfa/fm2js/xfa_lexer.h
|
| +++ b/xfa/fxfa/fm2js/xfa_lexer.h
|
| @@ -119,7 +119,7 @@ class CXFA_FMLexer {
|
| }
|
| const FX_WCHAR* SavePos() { return m_ptr; }
|
| void RestorePos(const FX_WCHAR* pPos) { m_ptr = pPos; }
|
| - void Error(XFA_FM_ERRMSG msg, ...);
|
| + void Error(const FX_WCHAR* msg, ...);
|
| FX_BOOL HasError() const;
|
|
|
| protected:
|
|
|