aboutsummaryrefslogtreecommitdiff
path: root/src/win/gui/WindowClass.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/win/gui/WindowClass.cpp')
-rw-r--r--src/win/gui/WindowClass.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/win/gui/WindowClass.cpp b/src/win/gui/WindowClass.cpp
index a033d091..9d86d791 100644
--- a/src/win/gui/WindowClass.cpp
+++ b/src/win/gui/WindowClass.cpp
@@ -23,6 +23,6 @@ WindowClass::WindowClass(std::wstring name, WNDPROC window_proc,
atom_ = ::RegisterClassExW(&window_class);
if (atom_ == 0)
- throw Win32Error(::GetLastError(), "Failed to create window class.");
+ throw Win32Error(::GetLastError(), u"Failed to create window class.");
}
} // namespace cru::platform::gui::win