aboutsummaryrefslogtreecommitdiff
path: root/include/cru/win/native/GodWindow.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/win/native/GodWindow.hpp')
-rw-r--r--include/cru/win/native/GodWindow.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/win/native/GodWindow.hpp b/include/cru/win/native/GodWindow.hpp
index 0820bdb3..8b20e01f 100644
--- a/include/cru/win/native/GodWindow.hpp
+++ b/include/cru/win/native/GodWindow.hpp
@@ -5,7 +5,7 @@
namespace cru::platform::native::win {
class GodWindow : public Object {
- CRU_DEFINE_CLASS_LOG_TAG("cru::platform::native::win::GodWindow")
+ CRU_DEFINE_CLASS_LOG_TAG(u"cru::platform::native::win::GodWindow")
public:
explicit GodWindow(WinUiApplication* application);