diff --git a/tdns/record-types.hh b/tdns/record-types.hh index 4b88818..6dcdbb3 100644 --- a/tdns/record-types.hh +++ b/tdns/record-types.hh @@ -245,7 +245,7 @@ struct ClockTXTGen : RRGen return std::make_unique(format); } void toMessage(DNSMessageWriter& dpw) override; - std::string toString() const { return d_format; } + std::string toString() const override { return d_format; } DNSType getType() const override { return DNSType::TXT; } std::string d_format; };