From e7da93f75ba57fa4ab1ae1fd8053266ed09f92d8 Mon Sep 17 00:00:00 2001 From: crupest Date: Fri, 28 Jan 2022 22:56:28 +0800 Subject: ... --- src/win/gui/GodWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/win/gui/GodWindow.cpp') diff --git a/src/win/gui/GodWindow.cpp b/src/win/gui/GodWindow.cpp index 7bce83a3..31974339 100644 --- a/src/win/gui/GodWindow.cpp +++ b/src/win/gui/GodWindow.cpp @@ -37,7 +37,7 @@ GodWindow::GodWindow(WinUiApplication* application) { HWND_MESSAGE, nullptr, h_instance, nullptr); if (hwnd_ == nullptr) - throw Win32Error(::GetLastError(), "Failed to create god window."); + throw Win32Error(::GetLastError(), u"Failed to create god window."); } GodWindow::~GodWindow() { -- cgit v1.2.3