From 5c3dae62b9218dbd2493ff6390db062013ca4bdc Mon Sep 17 00:00:00 2001 From: crupest Date: Mon, 29 Jun 2020 00:31:21 +0800 Subject: ... --- include/cru/win/native/GodWindow.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/cru/win/native/GodWindow.hpp') diff --git a/include/cru/win/native/GodWindow.hpp b/include/cru/win/native/GodWindow.hpp index 1dd99661..0820bdb3 100644 --- a/include/cru/win/native/GodWindow.hpp +++ b/include/cru/win/native/GodWindow.hpp @@ -5,6 +5,8 @@ namespace cru::platform::native::win { class GodWindow : public Object { + CRU_DEFINE_CLASS_LOG_TAG("cru::platform::native::win::GodWindow") + public: explicit GodWindow(WinUiApplication* application); -- cgit v1.2.3