mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:14:59 +02:00
fix debug build
This commit is contained in:
parent
0568dc983e
commit
9a51a4c5b1
1 changed files with 2 additions and 0 deletions
|
@ -124,7 +124,9 @@ public:
|
|||
push();
|
||||
f();
|
||||
pop();
|
||||
#ifdef DEBUG
|
||||
assert(startingDepth = size());
|
||||
#endif
|
||||
}
|
||||
|
||||
template <typename Function>
|
||||
|
|
Loading…
Reference in a new issue