summaryrefslogtreecommitdiffstats
path: root/src/graph.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/graph.h')
-rw-r--r--src/graph.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graph.h b/src/graph.h
index 4d24c72..ce92679 100644
--- a/src/graph.h
+++ b/src/graph.h
@@ -175,7 +175,7 @@ struct Edge {
bool outputs_ready_;
const Rule& rule() const { return *rule_; }
- Pool& pool() const { return *pool_; }
+ Pool* pool() const { return pool_; }
int weight() const { return 1; }
bool outputs_ready() const { return outputs_ready_; }