aboutsummaryrefslogtreecommitdiff
path: root/src/win/gui/TimerManager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/win/gui/TimerManager.cpp')
-rw-r--r--src/win/gui/TimerManager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/win/gui/TimerManager.cpp b/src/win/gui/TimerManager.cpp
index fc26b6c4..f3da1f09 100644
--- a/src/win/gui/TimerManager.cpp
+++ b/src/win/gui/TimerManager.cpp
@@ -26,7 +26,7 @@ long long TimerManager::SetTimer(TimerType type, int period,
gsl::narrow<UINT_PTR>(id), 0)) {
throw Win32Error(
::GetLastError(),
- "Failed to post window message to god window for set immediate.");
+ u"Failed to post window message to god window for set immediate.");
}
} else {
CreateNativeTimer(&timer_info);