diff options
Diffstat (limited to 'src/libexpr/value-to-xml.hh')
-rw-r--r-- | src/libexpr/value-to-xml.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libexpr/value-to-xml.hh b/src/libexpr/value-to-xml.hh index 7dfbe06d16c6..0c6de3a8b2e6 100644 --- a/src/libexpr/value-to-xml.hh +++ b/src/libexpr/value-to-xml.hh @@ -9,7 +9,7 @@ namespace nix { -void printValueAsXML(EvalState & state, bool strict, +void printValueAsXML(EvalState & state, bool strict, bool location, Value & v, std::ostream & out, PathSet & context); } |