diff options
Diffstat (limited to 'src/libexpr/eval.hh')
-rw-r--r-- | src/libexpr/eval.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libexpr/eval.hh b/src/libexpr/eval.hh index bcc029f5b9b9..af408cd0bd76 100644 --- a/src/libexpr/eval.hh +++ b/src/libexpr/eval.hh @@ -243,6 +243,7 @@ public: void mkList(Value & v, unsigned int length); void mkAttrs(Value & v, unsigned int expected); void mkThunk_(Value & v, Expr * expr); + void mkPos(Value & v, Pos * pos); void concatLists(Value & v, unsigned int nrLists, Value * * lists); |