about summary refs log tree commit diff
path: root/src/libexpr/eval.hh
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2010-05-16T17·16+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2010-05-16T17·16+0000
commit32539e41d5aac3daef4a02ad47da785cbaa651e2 (patch)
treef5004ab25c4cab80d745214fa136cfcbd2bb2a09 /src/libexpr/eval.hh
parentaa45027818af8976dc73e6a299d5d918e5c51df1 (diff)
parentb2235d81d1b3733a93fdd1397a62d0f49409dcb0 (diff)
* Sync with trunk.
Diffstat (limited to 'src/libexpr/eval.hh')
-rw-r--r--src/libexpr/eval.hh3
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;