silence warning
This commit is contained in:
@ -245,7 +245,7 @@ struct ClockTXTGen : RRGen
|
|||||||
return std::make_unique<ClockTXTGen>(format);
|
return std::make_unique<ClockTXTGen>(format);
|
||||||
}
|
}
|
||||||
void toMessage(DNSMessageWriter& dpw) override;
|
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; }
|
DNSType getType() const override { return DNSType::TXT; }
|
||||||
std::string d_format;
|
std::string d_format;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user