mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-04 19:25:29 +00:00
Added constructor to initialize all members.
This commit is contained in:
parent
2d49a41adb
commit
a51b1b97f9
@ -47,6 +47,12 @@ public:
|
||||
|
||||
// Argument passed to upload thread.
|
||||
struct thread_info {
|
||||
thread_info() :
|
||||
t(0),
|
||||
shutdown(false),
|
||||
lastfile()
|
||||
{}
|
||||
|
||||
threading::thread *t;
|
||||
bool shutdown;
|
||||
std::string lastfile;
|
||||
|
Loading…
x
Reference in New Issue
Block a user