Author: mordante
Date: Sat Apr 5 08:42:43 2008
New Revision: 25553
URL: http://svn.gna.org/viewcvs/wesnoth?rev=25553&view=rev
Log:
Fix some compiler warnings.
Modified:
trunk/src/gui/widgets/widget.hpp
Modified: trunk/src/gui/widgets/widget.hpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/gui/widgets/widget.hpp?rev=25553&r1=25552&r2=25553&view=diff
==============================================================================
--- trunk/src/gui/widgets/widget.hpp (original)
+++ trunk/src/gui/widgets/widget.hpp Sat Apr 5 08:42:43 2008
@@ -168,8 +168,8 @@
parent_(0),
x_(-1),
y_(-1),
- w_(-1),
- h_(-1),
+ w_(0),
+ h_(0),
dirty_(true)
{}
virtual ~twidget() {}
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits