summaryrefslogtreecommitdiff
path: root/sd/source/ui/remotecontrol/AvahiNetworkService.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/remotecontrol/AvahiNetworkService.hxx')
-rw-r--r--sd/source/ui/remotecontrol/AvahiNetworkService.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/remotecontrol/AvahiNetworkService.hxx b/sd/source/ui/remotecontrol/AvahiNetworkService.hxx
index ec786efead7a..f23bab1543c0 100644
--- a/sd/source/ui/remotecontrol/AvahiNetworkService.hxx
+++ b/sd/source/ui/remotecontrol/AvahiNetworkService.hxx
@@ -19,7 +19,7 @@ namespace sd {
public:
AvahiNetworkService(const std::string& aname = "", unsigned int aport = 1599)
: ZeroconfService(aname, aport){}
- virtual ~AvahiNetworkService(){}
+ virtual ~AvahiNetworkService() override {}
void clear() override;
void setup() override;