diff --git a/src/ScriptValidation.cc b/src/ScriptValidation.cc index 73942246ea..1555346985 100644 --- a/src/ScriptValidation.cc +++ b/src/ScriptValidation.cc @@ -85,7 +85,7 @@ private: bool NextStmtIsValid() { return stmt_depths[STMT_FOR] > 0 || stmt_depths[STMT_WHILE] > 0; } - std::unordered_map stmt_depths; + std::unordered_map stmt_depths; int hook_depth = 0; };