diff --git a/io/nativefilestream.cpp b/io/nativefilestream.cpp index bbfbd34..c19ab6f 100644 --- a/io/nativefilestream.cpp +++ b/io/nativefilestream.cpp @@ -295,7 +295,7 @@ std::unique_ptr> NativeFileStream::makeFileBuffer(int */ std::unique_ptr NativeFileStream::makeWidePath(const std::string &path) { - auto widePath = ::ConversionUtilities::convertMultiByteToWide(path); + auto widePath = ::CppUtilities::convertMultiByteToWide(path); if (!widePath.first) { throw std::ios_base::failure("Unable to convert path to UTF-16"); }