aboutsummaryrefslogtreecommitdiff
path: root/src/win/gui/GodWindow.cpp
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-01-28 22:56:28 +0800
committercrupest <crupest@outlook.com>2022-01-28 22:56:28 +0800
commite7da93f75ba57fa4ab1ae1fd8053266ed09f92d8 (patch)
tree33f5017ebed5227f2066029237a736f53f7adcf9 /src/win/gui/GodWindow.cpp
parentfb992c554110ddd28c18b2cbed79eee8e10cd4a9 (diff)
downloadcru-e7da93f75ba57fa4ab1ae1fd8053266ed09f92d8.tar.gz
cru-e7da93f75ba57fa4ab1ae1fd8053266ed09f92d8.tar.bz2
cru-e7da93f75ba57fa4ab1ae1fd8053266ed09f92d8.zip
...
Diffstat (limited to 'src/win/gui/GodWindow.cpp')
-rw-r--r--src/win/gui/GodWindow.cpp2
1 files changed, 1 insertions, 1 deletions
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() {