aboutsummaryrefslogtreecommitdiff
path: root/include/cru/win/gui/InputMethod.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/win/gui/InputMethod.h')
-rw-r--r--include/cru/win/gui/InputMethod.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/cru/win/gui/InputMethod.h b/include/cru/win/gui/InputMethod.h
index 27a621be..8e28f857 100644
--- a/include/cru/win/gui/InputMethod.h
+++ b/include/cru/win/gui/InputMethod.h
@@ -12,7 +12,7 @@
namespace cru::platform::gui::win {
class CRU_WIN_GUI_API AutoHIMC : public Object {
- CRU_DEFINE_CLASS_LOG_TAG(u"cru::platform::gui::win::AutoHIMC")
+ CRU_DEFINE_CLASS_LOG_TAG(u"AutoHIMC")
public:
explicit AutoHIMC(HWND hwnd);
@@ -36,7 +36,7 @@ class CRU_WIN_GUI_API AutoHIMC : public Object {
class CRU_WIN_GUI_API WinInputMethodContext
: public WinNativeResource,
public virtual IInputMethodContext {
- CRU_DEFINE_CLASS_LOG_TAG(u"cru::platform::gui::win::WinInputMethodContext")
+ CRU_DEFINE_CLASS_LOG_TAG(u"WinInputMethodContext")
public:
WinInputMethodContext(gsl::not_null<WinNativeWindow*> window);