From 9d3b975bcb84ad1c61d628de2804751c0d0707dd Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 31 May 2011 01:27:37 +0300 Subject: Fix code style and missing members initialisations. --- src/guichan/mouseinput.hpp | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/guichan/mouseinput.hpp') diff --git a/src/guichan/mouseinput.hpp b/src/guichan/mouseinput.hpp index e441d0160..3825d5439 100644 --- a/src/guichan/mouseinput.hpp +++ b/src/guichan/mouseinput.hpp @@ -65,7 +65,13 @@ namespace gcn /** * Constructor. */ - MouseInput() { }; + MouseInput() : + mType(0), + mButton(0), + mTimeStamp(0), + mX(0), + mY(0) + { }; /** * Constructor. -- cgit v1.2.3-70-g09d2