Author: mordante
Date: Thu Apr 30 22:56:25 2009
New Revision: 35357

URL: http://svn.gna.org/viewcvs/wesnoth?rev=35357&view=rev
Log:
Set the retval_ explicitly to NONE.

Modified:
    trunk/src/gui/widgets/window.cpp

Modified: trunk/src/gui/widgets/window.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/gui/widgets/window.cpp?rev=35357&r1=35356&r2=35357&view=diff
==============================================================================
--- trunk/src/gui/widgets/window.cpp (original)
+++ trunk/src/gui/widgets/window.cpp Thu Apr 30 22:56:25 2009
@@ -102,7 +102,7 @@
        , cursor::setter(cursor::NORMAL)
        , video_(video)
        , status_(NEW)
-       , retval_(0)
+       , retval_(NONE)
        , owner_(0)
        , need_layout_(true)
        , suspend_drawing_(true)


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to