aboutsummaryrefslogtreecommitdiff
path: root/include/cru/ui/render/TextRenderObject.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/ui/render/TextRenderObject.hpp')
-rw-r--r--include/cru/ui/render/TextRenderObject.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/ui/render/TextRenderObject.hpp b/include/cru/ui/render/TextRenderObject.hpp
index 4e72e839..601bd0a8 100644
--- a/include/cru/ui/render/TextRenderObject.hpp
+++ b/include/cru/ui/render/TextRenderObject.hpp
@@ -17,7 +17,7 @@ namespace cru::ui::render {
//
// If the result layout box is bigger than actual text box, then text is center
// aligned.
-class TextRenderObject : public RenderObject {
+class CRU_UI_API TextRenderObject : public RenderObject {
CRU_DEFINE_CLASS_LOG_TAG(u"cru::ui::render::TextRenderObject")
public: