diff --git a/sd/source/ui/remotecontrol/AvahiNetworkService.hxx b/sd/source/ui/remotecontrol/AvahiNetworkService.hxx index f23bab1543c0..844bbf0b3ab7 100644 --- a/sd/source/ui/remotecontrol/AvahiNetworkService.hxx +++ b/sd/source/ui/remotecontrol/AvahiNetworkService.hxx @@ -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;