diff options
Diffstat (limited to 'include/cru/ui/controls/Control.h')
-rw-r--r-- | include/cru/ui/controls/Control.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/ui/controls/Control.h b/include/cru/ui/controls/Control.h index 790f4a3a..f6603bbc 100644 --- a/include/cru/ui/controls/Control.h +++ b/include/cru/ui/controls/Control.h @@ -23,7 +23,7 @@ class CRU_UI_API Control : public Object, public DeleteLaterImpl { friend class RootControl; - CRU_DEFINE_CLASS_LOG_TAG(u"Control") + CRU_DEFINE_CLASS_LOG_TAG("Control") protected: Control(); |