mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Removed const, Windows build is now working
This commit is contained in:
parent
e2be5ddc0c
commit
d7474e2aa2
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ private:
|
||||||
|
|
||||||
bool NextStmtIsValid() { return stmt_depths[STMT_FOR] > 0 || stmt_depths[STMT_WHILE] > 0; }
|
bool NextStmtIsValid() { return stmt_depths[STMT_FOR] > 0 || stmt_depths[STMT_WHILE] > 0; }
|
||||||
|
|
||||||
std::unordered_map<const StmtTag, int> stmt_depths;
|
std::unordered_map<StmtTag, int> stmt_depths;
|
||||||
int hook_depth = 0;
|
int hook_depth = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue