summaryrefslogtreecommitdiffstats
path: root/eval_env.h
diff options
context:
space:
mode:
Diffstat (limited to 'eval_env.h')
-rw-r--r--eval_env.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval_env.h b/eval_env.h
index 62f6c04..915de59 100644
--- a/eval_env.h
+++ b/eval_env.h
@@ -3,7 +3,7 @@ struct EvalString {
struct Env {
virtual string Evaluate(const string& var) = 0;
};
- bool Parse(const string& input);
+ bool Parse(const string& input, string* err);
string Evaluate(Env* env);
const string& unparsed() const { return unparsed_; }