diff options
author | Shea Levy <shea@shealevy.com> | 2011-09-16T11·30+0000 |
---|---|---|
committer | Shea Levy <shea@shealevy.com> | 2011-09-16T11·30+0000 |
commit | ffa038f66dc0dfcfaf16c523830490bb606af04c (patch) | |
tree | 4400e6f1b2bc7574ec217ed447fed9dce408c3e5 /src/libexpr/eval.hh | |
parent | f3e410d4bffc109718d8a108258710a543ecfca6 (diff) |
Add an sCurrentOutput member to EvalState
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 694d4407b847..3816f36bd6a7 100644 --- a/src/libexpr/eval.hh +++ b/src/libexpr/eval.hh @@ -204,7 +204,7 @@ public: SymbolTable symbols; const Symbol sWith, sOutPath, sDrvPath, sType, sMeta, sName, - sSystem, sOverrides; + sSystem, sOverrides, sCurrentOutput; private: SrcToStore srcToStore; |