summaryrefslogtreecommitdiffstats
path: root/src/state.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/state.h')
-rw-r--r--src/state.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/state.h b/src/state.h
index c28407f..170a5fc 100644
--- a/src/state.h
+++ b/src/state.h
@@ -32,7 +32,7 @@ struct Rule;
/// A pool for delayed edges
struct Pool {
explicit Pool(const string& name, int depth)
- : name_(name), depth_(depth) { }
+ : name_(name), current_use_(0), depth_(depth) { }
// A depth of 0 is infinite
bool isValid() const { return depth_ >= 0; }