aboutsummaryrefslogtreecommitdiff
path: root/src/libutil/fmt.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/libutil/fmt.hh')
-rw-r--r--src/libutil/fmt.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libutil/fmt.hh b/src/libutil/fmt.hh
index aa7c6926a..df4492993 100644
--- a/src/libutil/fmt.hh
+++ b/src/libutil/fmt.hh
@@ -185,6 +185,8 @@ public:
HintFmt(const HintFmt & hf) : fmt(hf.fmt) {}
+ HintFmt & operator=(HintFmt const & rhs) = default;
+
std::string str() const
{
return fmt.str();