summaryrefslogtreecommitdiffstats
path: root/src/graph.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/graph.h')
-rw-r--r--src/graph.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/graph.h b/src/graph.h
index 6122837..19b25c4 100644
--- a/src/graph.h
+++ b/src/graph.h
@@ -159,12 +159,12 @@ struct Edge {
/// Returns the shell-escaped value of |key|.
std::string GetBinding(const string& key) const;
- bool GetBindingBool(const string& key);
+ bool GetBindingBool(const string& key) const;
/// Like GetBinding("depfile"), but without shell escaping.
- string GetUnescapedDepfile();
+ string GetUnescapedDepfile() const;
/// Like GetBinding("dyndep"), but without shell escaping.
- string GetUnescapedDyndep();
+ string GetUnescapedDyndep() const;
/// Like GetBinding("rspfile"), but without shell escaping.
std::string GetUnescapedRspfile() const;