aboutsummaryrefslogtreecommitdiff
path: root/include/cru/ui/controls/TextBox.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/ui/controls/TextBox.h')
-rw-r--r--include/cru/ui/controls/TextBox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/ui/controls/TextBox.h b/include/cru/ui/controls/TextBox.h
index c3d8fc4d..9388d3fd 100644
--- a/include/cru/ui/controls/TextBox.h
+++ b/include/cru/ui/controls/TextBox.h
@@ -29,7 +29,7 @@ class CRU_UI_API TextBox : public NoChildControl,
render::RenderObject* GetRenderObject() const override;
- gsl::not_null<render::TextRenderObject*> GetTextRenderObject() override;
+ render::TextRenderObject* GetTextRenderObject() override;
render::ScrollRenderObject* GetScrollRenderObject() override;
bool GetMultiLine() const;