diff --git a/backends/libpurple/purple_defs.cpp b/backends/libpurple/purple_defs.cpp index 98f884124398db00c93c81c70a19bc9b2b232cfb..206f281411a256509a59e34c9354eef7b70f1fdc 100644 --- a/backends/libpurple/purple_defs.cpp +++ b/backends/libpurple/purple_defs.cpp @@ -140,7 +140,7 @@ wpurple_g_io_channel_win32_new_socket_wrapped_fnc wpurple_g_io_channel_win32_new #endif bool resolvePurpleFunctions(const std::string& libPurpleDllPath) { #if PURPLE_RUNTIME - wstring dllPath; + std::wstring dllPath; if (!libPurpleDllPath.empty()) { dllPath = utf8ToUtf16(libPurpleDllPath);