aboutsummaryrefslogtreecommitdiff
path: root/include/cru/ui/UiHost.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/ui/UiHost.hpp')
-rw-r--r--include/cru/ui/UiHost.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/cru/ui/UiHost.hpp b/include/cru/ui/UiHost.hpp
index 651dab81..1a5c6302 100644
--- a/include/cru/ui/UiHost.hpp
+++ b/include/cru/ui/UiHost.hpp
@@ -32,6 +32,8 @@ 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")
+
public:
// This will create root window render object and attach it to window.
// It will also create and manage a native window.