diff options
Diffstat (limited to 'include/cru/ui/UiHost.hpp')
-rw-r--r-- | include/cru/ui/UiHost.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/ui/UiHost.hpp b/include/cru/ui/UiHost.hpp index 1a5c6302..b1658ef6 100644 --- a/include/cru/ui/UiHost.hpp +++ b/include/cru/ui/UiHost.hpp @@ -32,7 +32,7 @@ struct AfterLayoutEventArgs {}; // 4. Delete Window when deleting_ is false and IsRetainAfterDestroy is false in // OnNativeDestroy. class UiHost : public Object, public SelfResolvable<UiHost> { - CRU_DEFINE_CLASS_LOG_TAG("cru::ui::UiHost") + CRU_DEFINE_CLASS_LOG_TAG(u"cru::ui::UiHost") public: // This will create root window render object and attach it to window. |