diff options
Diffstat (limited to 'src/libexpr/eval.hh')
-rw-r--r-- | src/libexpr/eval.hh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libexpr/eval.hh b/src/libexpr/eval.hh index 4425efbca..20ea7b704 100644 --- a/src/libexpr/eval.hh +++ b/src/libexpr/eval.hh @@ -467,8 +467,7 @@ public: */ inline void forceValue(Value & v, const PosIdx pos); - template <typename Callable> - inline void forceValue(Value & v, Callable getPos); + void tryFixupBlackHolePos(Value & v, PosIdx pos); /** * Force a value, then recursively force list elements and |