Use RootValue

This commit is contained in:
Eelco Dolstra
2020-04-16 18:02:59 +02:00
parent 9f46f54de4
commit fcd048a526
3 changed files with 14 additions and 19 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ private:
std::shared_ptr<EvalState> evalState;
std::shared_ptr<Value> vSourceExpr;
RootValue vSourceExpr;
};
enum RealiseMode { Build, NoBuild, DryRun };