diff options
Diffstat (limited to 'include/cru/ui/render/StackLayoutRenderObject.hpp')
-rw-r--r-- | include/cru/ui/render/StackLayoutRenderObject.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/cru/ui/render/StackLayoutRenderObject.hpp b/include/cru/ui/render/StackLayoutRenderObject.hpp index f6b4ffb7..534d7f22 100644 --- a/include/cru/ui/render/StackLayoutRenderObject.hpp +++ b/include/cru/ui/render/StackLayoutRenderObject.hpp @@ -23,6 +23,8 @@ namespace cru::ui::render { // to min size. class StackLayoutRenderObject : public LayoutRenderObject<StackChildLayoutData> { + CRU_DEFINE_CLASS_LOG_TAG("cru::ui::render:StackLayoutRenderObject") + public: StackLayoutRenderObject() = default; CRU_DELETE_COPY(StackLayoutRenderObject) |