aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/eval.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/libexpr/eval.hh')
-rw-r--r--src/libexpr/eval.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libexpr/eval.hh b/src/libexpr/eval.hh
index 9cf50ba6c..d070fdab8 100644
--- a/src/libexpr/eval.hh
+++ b/src/libexpr/eval.hh
@@ -141,7 +141,7 @@ struct RegexCache;
std::shared_ptr<RegexCache> makeRegexCache();
struct DebugTrace {
- std::shared_ptr<AbstractPos> pos;
+ std::shared_ptr<Pos> pos;
const Expr & expr;
const Env & env;
hintformat hint;