diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2010-05-16T17·16+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2010-05-16T17·16+0000 |
commit | 32539e41d5aac3daef4a02ad47da785cbaa651e2 (patch) | |
tree | f5004ab25c4cab80d745214fa136cfcbd2bb2a09 /src/libexpr/eval.hh | |
parent | aa45027818af8976dc73e6a299d5d918e5c51df1 (diff) | |
parent | b2235d81d1b3733a93fdd1397a62d0f49409dcb0 (diff) |
* Sync with trunk.
Diffstat (limited to 'src/libexpr/eval.hh')
-rw-r--r-- | src/libexpr/eval.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libexpr/eval.hh b/src/libexpr/eval.hh index d1b4fdbea627..0f2cb6c1335c 100644 --- a/src/libexpr/eval.hh +++ b/src/libexpr/eval.hh @@ -183,7 +183,8 @@ public: SymbolTable symbols; - const Symbol sWith, sOutPath, sDrvPath, sType, sMeta, sName, sSystem; + const Symbol sWith, sOutPath, sDrvPath, sType, sMeta, sName, + sSystem, sOverrides; private: SrcToStore srcToStore; |