aboutsummaryrefslogtreecommitdiff
path: root/eval.h
diff options
context:
space:
mode:
authorShinichiro Hamaji <shinichiro.hamaji@gmail.com>2015-07-05 15:48:28 +0900
committerShinichiro Hamaji <shinichiro.hamaji@gmail.com>2015-07-05 15:48:28 +0900
commit0e3873a2bed37cc4668919184cf338af80740cc5 (patch)
tree150e6bcac7e4ff6f0c271797603a050f7c9c40f2 /eval.h
parent0541651e3e8196e2847374b3e30e42b42f5d44bc (diff)
downloadkati-0e3873a2bed37cc4668919184cf338af80740cc5.tar.gz
[C++] Fix wildcard_cache.mk
Diffstat (limited to 'eval.h')
-rw-r--r--eval.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval.h b/eval.h
index 6287e67..558df3c 100644
--- a/eval.h
+++ b/eval.h
@@ -79,7 +79,7 @@ class Evaluator {
private:
Var* EvalRHS(Symbol lhs, Value* rhs, StringPiece orig_rhs, AssignOp op,
bool is_override = false);
- void DoInclude(const char* fname, bool should_exist);
+ void DoInclude(const string& fname);
const Vars* in_vars_;
Vars* vars_;