summaryrefslogtreecommitdiffstats
path: root/src/graph.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/graph.h')
-rw-r--r--src/graph.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/graph.h b/src/graph.h
index fe102d2..b483c6d 100644
--- a/src/graph.h
+++ b/src/graph.h
@@ -105,6 +105,7 @@ struct Rule {
bool restat() const { return restat_; }
const EvalString& command() const { return command_; }
+ EvalString& command() { return command_; }
const EvalString& description() const { return description_; }
const EvalString& depfile() const { return depfile_; }