| Index: fpdfsdk/javascript/util.h
|
| diff --git a/fpdfsdk/javascript/util.h b/fpdfsdk/javascript/util.h
|
| index 17f252d6dc16fbadaa88b17cdaf4c15db9b475ce..3022efece215ddac77208559d6050d50bb19fd68 100644
|
| --- a/fpdfsdk/javascript/util.h
|
| +++ b/fpdfsdk/javascript/util.h
|
| @@ -38,9 +38,8 @@ class util : public CJS_EmbedObj {
|
| CJS_Value& vRet,
|
| CFX_WideString& sError);
|
|
|
| - static void printx(const std::string& cFormat,
|
| - const std::string& cSource,
|
| - std::string& cPurpose);
|
| + static CFX_WideString printx(const CFX_WideString& cFormat,
|
| + const CFX_WideString& cSource);
|
| };
|
|
|
| class CJS_Util : public CJS_Object {
|
|
|