diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-10-08T12·24+0200 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-10-08T12·24+0200 |
commit | 221a2daf34234c426fec8058f24b1093b2a61ba8 (patch) | |
tree | d94ec6b74886dc0fe142a04be801f5c1777bcb02 /src/libexpr/eval.hh | |
parent | 176c666f36afee12f5cbd1f9615cf21d781fdbde (diff) |
Merge VarRef into ExprVar
Diffstat (limited to 'src/libexpr/eval.hh')
-rw-r--r-- | src/libexpr/eval.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libexpr/eval.hh b/src/libexpr/eval.hh index b08bec8d9eb9..2f87b9c77610 100644 --- a/src/libexpr/eval.hh +++ b/src/libexpr/eval.hh @@ -209,7 +209,7 @@ public: private: - inline Value * lookupVar(Env * env, const VarRef & var, bool noEval); + inline Value * lookupVar(Env * env, const ExprVar & var, bool noEval); friend class ExprVar; friend class ExprAttrs; |