Fixed compilation and test cases.

This commit is contained in:
bubnikv 2018-03-28 19:47:26 +02:00
parent 33e1108f65
commit fca7c8abfe
2 changed files with 2 additions and 2 deletions

View file

@ -159,7 +159,7 @@ bool Print::invalidate_state_by_config_options(const std::vector<t_config_option
"wipe"
};
static std::unordered_set<std::string> steps_ignore = {};
static std::unordered_set<std::string> steps_ignore;
std::vector<PrintStep> steps;
std::vector<PrintObjectStep> osteps;