diff options
Diffstat (limited to 'testing/test_support.h')
-rw-r--r-- | testing/test_support.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/test_support.h b/testing/test_support.h index a2d3528e73..7795be4214 100644 --- a/testing/test_support.h +++ b/testing/test_support.h @@ -70,7 +70,7 @@ std::vector<std::string> StringSplit(const std::string& str, char delimiter); // Converts a FPDF_WIDESTRING to a std::wstring. // Deals with differences between UTF16LE and wchar_t. -std::wstring GetPlatformWString(const FPDF_WIDESTRING wstr); +std::wstring GetPlatformWString(FPDF_WIDESTRING wstr); // Returns a newly allocated FPDF_WIDESTRING. // Deals with differences between UTF16LE and wchar_t. |