diff options
Diffstat (limited to 'src/libexpr/expr-to-xml.hh')
-rw-r--r-- | src/libexpr/expr-to-xml.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libexpr/expr-to-xml.hh b/src/libexpr/expr-to-xml.hh index 576a46fc36d0..cf64f26e3b9a 100644 --- a/src/libexpr/expr-to-xml.hh +++ b/src/libexpr/expr-to-xml.hh @@ -8,7 +8,7 @@ namespace nix { -void printTermAsXML(Expr e, std::ostream & out, PathSet & context); +void printTermAsXML(Expr e, std::ostream & out, PathSet & context, bool location = false); } |