Author: mordante
Date: Sat Mar 24 11:31:38 2012
New Revision: 53633

URL: http://svn.gna.org/viewcvs/wesnoth?rev=53633&view=rev
Log:
Initialize all members.

Modified:
    trunk/src/savegame.cpp

Modified: trunk/src/savegame.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/savegame.cpp?rev=53633&r1=53632&r2=53633&view=diff
==============================================================================
--- trunk/src/savegame.cpp (original)
+++ trunk/src/savegame.cpp Sat Mar 24 11:31:38 2012
@@ -188,7 +188,12 @@
        }
 
 public:
-       save_index_class() : loaded_(false) {}
+       save_index_class()
+               : loaded_(false)
+               , data_()
+               , modified_()
+   {
+   }
 private:
        config& data(const std::string& name) {
                std::string save = name;


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

Reply via email to