aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/print.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/libexpr/print.cc')
-rw-r--r--src/libexpr/print.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libexpr/print.cc b/src/libexpr/print.cc
index 71ab1edbf..1033c0059 100644
--- a/src/libexpr/print.cc
+++ b/src/libexpr/print.cc
@@ -607,7 +607,7 @@ std::ostream & operator<<(std::ostream & output, const ValuePrinter & printer)
}
template<>
-HintFmt & HintFmt::operator%(const ValuePrinter & value)
+fmt_internal::HintFmt & fmt_internal::HintFmt::operator%(const ValuePrinter & value)
{
fmt % value;
return *this;