aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/value-to-xml.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/libexpr/value-to-xml.hh')
-rw-r--r--src/libexpr/value-to-xml.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libexpr/value-to-xml.hh b/src/libexpr/value-to-xml.hh
index cc778a2cb..506f32b6b 100644
--- a/src/libexpr/value-to-xml.hh
+++ b/src/libexpr/value-to-xml.hh
@@ -9,6 +9,6 @@
namespace nix {
void printValueAsXML(EvalState & state, bool strict, bool location,
- Value & v, std::ostream & out, PathSet & context, const Pos & pos);
+ Value & v, std::ostream & out, PathSet & context, const PosIdx pos);
}