aboutsummaryrefslogtreecommitdiff
path: root/include/cru/ui/controls/text_box.hpp
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-03-18 22:57:08 +0800
committercrupest <crupest@outlook.com>2020-03-18 22:57:08 +0800
commitc5a4f8c11d0d84d85359e5ff03477da5e9f12926 (patch)
tree47122aa3c07ecc536ca387f416de1179c8203329 /include/cru/ui/controls/text_box.hpp
parentbfd277f9f621931a1c6ea05ea2cd6d04455cfe67 (diff)
downloadcru-c5a4f8c11d0d84d85359e5ff03477da5e9f12926.tar.gz
cru-c5a4f8c11d0d84d85359e5ff03477da5e9f12926.tar.bz2
cru-c5a4f8c11d0d84d85359e5ff03477da5e9f12926.zip
...
Diffstat (limited to 'include/cru/ui/controls/text_box.hpp')
-rw-r--r--include/cru/ui/controls/text_box.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/cru/ui/controls/text_box.hpp b/include/cru/ui/controls/text_box.hpp
index a7e4dfa0..58179a57 100644
--- a/include/cru/ui/controls/text_box.hpp
+++ b/include/cru/ui/controls/text_box.hpp
@@ -22,5 +22,6 @@ class TextBox : public NoChildControl {
std::unique_ptr<render::StackLayoutRenderObject> stack_layout_render_object_;
std::unique_ptr<render::TextRenderObject> text_render_object_;
std::unique_ptr<render::CanvasRenderObject> caret_render_object_;
+
};
} // namespace cru::ui::controls