Initialize all members.
This commit is contained in:
parent
21028a1609
commit
4e0b513143
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,8 @@ namespace wb
|
|||
{
|
||||
|
||||
mapbuilder_visitor::mapbuilder_visitor(unit_map& unit_map)
|
||||
: unit_map_(unit_map)
|
||||
: unit_map_(unit_map)
|
||||
, modifiers_()
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue