Kaydet (Commit) b2e54bef authored tarafından Jochen Nitschke's avatar Jochen Nitschke

loplugin:unnecessaryoverride

seen on tinderbox Linux-F19-x86_64_14-with-check

Change-Id: Ic494f75df7b2ca879e7bb312166b4c91263ee214
Reviewed-on: https://gerrit.libreoffice.org/33644Reviewed-by: 's avatarJochen Nitschke <j.nitschke+logerrit@ok.de>
Tested-by: 's avatarJochen Nitschke <j.nitschke+logerrit@ok.de>
üst f1d83ac4
......@@ -19,7 +19,6 @@ namespace sd {
public:
AvahiNetworkService(const std::string& aname = "", unsigned int aport = 1599)
: ZeroconfService(aname, aport){}
virtual ~AvahiNetworkService() override {}
void clear() override;
void setup() override;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment