aboutsummaryrefslogtreecommitdiff
path: root/include/cru/ui/render/TextRenderObject.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/ui/render/TextRenderObject.h')
-rw-r--r--include/cru/ui/render/TextRenderObject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/ui/render/TextRenderObject.h b/include/cru/ui/render/TextRenderObject.h
index db8ff0d0..079c5680 100644
--- a/include/cru/ui/render/TextRenderObject.h
+++ b/include/cru/ui/render/TextRenderObject.h
@@ -18,7 +18,7 @@ namespace cru::ui::render {
// If the result layout box is bigger than actual text box, then text is center
// aligned.
class CRU_UI_API TextRenderObject : public RenderObject {
- CRU_DEFINE_CLASS_LOG_TAG(u"cru::ui::render::TextRenderObject")
+ CRU_DEFINE_CLASS_LOG_TAG(u"TextRenderObject")
public:
constexpr static float default_caret_width = 2;