mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-28 18:10:44 +00:00
Initialize all members.
This commit is contained in:
parent
a663689b4c
commit
8fff72ef0e
@ -27,7 +27,10 @@
|
||||
|
||||
#endif
|
||||
|
||||
input_stream::input_stream(const std::string& path) : fd_(-1), path_(path)
|
||||
input_stream::input_stream(const std::string& path) :
|
||||
fd_(-1),
|
||||
path_(path),
|
||||
data_()
|
||||
{
|
||||
#ifndef _WIN32
|
||||
if(path == "") {
|
||||
|
Loading…
x
Reference in New Issue
Block a user