From d671eb90eb2ba431ba15123309368520608e5ba3 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 25 May 2014 13:27:25 +0300 Subject: Fix align in constructors. --- src/gui/widgets/chatinput.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/widgets/chatinput.h') diff --git a/src/gui/widgets/chatinput.h b/src/gui/widgets/chatinput.h index 5ac95a928..57373657e 100644 --- a/src/gui/widgets/chatinput.h +++ b/src/gui/widgets/chatinput.h @@ -39,7 +39,7 @@ class ChatInput final : public TextField { public: - explicit ChatInput(ChatWindow *const window): + explicit ChatInput(ChatWindow *const window) : TextField(window, "", false), mWindow(window), mFocusGaining(false) -- cgit v1.2.3-60-g2f50