Initialize all members.
This commit is contained in:
parent
439b66e82a
commit
d51f0e1783
1 changed files with 2 additions and 1 deletions
|
@ -51,7 +51,8 @@ class editor_action_whole_map : public editor_action
|
|||
class editor_action_chain : public editor_action
|
||||
{
|
||||
public:
|
||||
editor_action_chain()
|
||||
editor_action_chain() :
|
||||
actions_()
|
||||
{
|
||||
}
|
||||
explicit editor_action_chain(std::vector<editor_action*> actions)
|
||||
|
|
Loading…
Add table
Reference in a new issue