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 86eadfb17..b792f657d 100644
--- a/src/libexpr/print.cc
+++ b/src/libexpr/print.cc
@@ -510,7 +510,7 @@ std::ostream & operator<<(std::ostream & output, const ValuePrinter & printer)
}
template<>
-hintformat & hintformat::operator%(const ValuePrinter & value)
+HintFmt & HintFmt::operator%(const ValuePrinter & value)
{
fmt % value;
return *this;