Initialize all members.
This commit is contained in:
parent
65f4826ba9
commit
afc0e294cb
1 changed files with 6 additions and 1 deletions
|
@ -188,7 +188,12 @@ public:
|
|||
}
|
||||
|
||||
public:
|
||||
save_index_class() : loaded_(false) {}
|
||||
save_index_class()
|
||||
: loaded_(false)
|
||||
, data_()
|
||||
, modified_()
|
||||
{
|
||||
}
|
||||
private:
|
||||
config& data(const std::string& name) {
|
||||
std::string save = name;
|
||||
|
|
Loading…
Add table
Reference in a new issue