From 73fac88b0263962c90d2d649938e6a4a5b11a246 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 20 Apr 2013 16:38:52 +0300 Subject: fix style in guichan directory. --- src/guichan/widgets/textbox.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/guichan/widgets/textbox.cpp') diff --git a/src/guichan/widgets/textbox.cpp b/src/guichan/widgets/textbox.cpp index bfb6aff89..3f1c51402 100644 --- a/src/guichan/widgets/textbox.cpp +++ b/src/guichan/widgets/textbox.cpp @@ -62,6 +62,7 @@ namespace gcn gcn::Widget(), gcn::MouseListener(), gcn::KeyListener(), + mTextRows(), mCaretColumn(0), mCaretRow(0), mEditable(true), @@ -79,6 +80,7 @@ namespace gcn gcn::Widget(), gcn::MouseListener(), gcn::KeyListener(), + mTextRows(), mCaretColumn(0), mCaretRow(0), mEditable(true), -- cgit v1.2.3-70-g09d2