diff options
Diffstat (limited to 'include/cru/ui/controls/Window.h')
| -rw-r--r-- | include/cru/ui/controls/Window.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/cru/ui/controls/Window.h b/include/cru/ui/controls/Window.h index 2c650c41..131d68a8 100644 --- a/include/cru/ui/controls/Window.h +++ b/include/cru/ui/controls/Window.h @@ -15,7 +15,8 @@ namespace cru::ui::controls { class CRU_UI_API Window : public LayoutControl<render::StackLayoutRenderObject> { - CRU_DEFINE_CLASS_LOG_TAG("cru::ui::controls::Window") + private: + constexpr static auto kLogTag = "cru::ui::controls::Window"; friend Control; public: |
