Minor format change in ui/textbox.h

This commit is contained in:
David Capello 2015-12-10 16:44:48 -03:00
parent f3c171ddbe
commit 3066e1b301

View File

@ -12,8 +12,7 @@
namespace ui { namespace ui {
class TextBox : public Widget class TextBox : public Widget {
{
public: public:
TextBox(const std::string& text, int align); TextBox(const std::string& text, int align);