aboutsummaryrefslogtreecommitdiff
path: root/rule.cc
diff options
context:
space:
mode:
Diffstat (limited to 'rule.cc')
-rw-r--r--rule.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/rule.cc b/rule.cc
index fe0c2a8..d98a409 100644
--- a/rule.cc
+++ b/rule.cc
@@ -60,7 +60,7 @@ Rule::Rule()
}
void ParseRule(Loc& loc, StringPiece line, bool is_assign,
- Rule** out_rule, RuleVar* rule_var) {
+ Rule** out_rule, RuleVarAssignment* rule_var) {
size_t index = line.find(':');
if (index == string::npos) {
ERROR("%s:%d: *** missing separator.", LOCF(loc));