summaryrefslogtreecommitdiff
path: root/ninja/src/graph.h
diff options
context:
space:
mode:
Diffstat (limited to 'ninja/src/graph.h')
-rw-r--r--ninja/src/graph.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ninja/src/graph.h b/ninja/src/graph.h
index 868413c3bce..6cd7f25452c 100644
--- a/ninja/src/graph.h
+++ b/ninja/src/graph.h
@@ -183,6 +183,7 @@ struct Edge {
}
bool is_phony() const;
+ bool use_console() const;
};