Author: mordante
Date: Sat Jun 21 21:44:01 2008
New Revision: 27377
URL: http://svn.gna.org/viewcvs/wesnoth?rev=27377&view=rev
Log:
Added constructor to initialize all members.
Modified:
trunk/src/upload_log.hpp
Modified: trunk/src/upload_log.hpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/upload_log.hpp?rev=27377&r1=27376&r2=27377&view=diff
==============================================================================
--- trunk/src/upload_log.hpp (original)
+++ trunk/src/upload_log.hpp Sat Jun 21 21:44:01 2008
@@ -47,6 +47,12 @@
// Argument passed to upload thread.
struct thread_info {
+ thread_info() :
+ t(0),
+ shutdown(false),
+ lastfile()
+ {}
+
threading::thread *t;
bool shutdown;
std::string lastfile;
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits