summaryrefslogtreecommitdiffstats
path: root/sd
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-02-01 15:59:34 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-02-01 15:59:34 +0100
commit49c8235944ee6d1b937177d8497924d13b07f0b8 (patch)
treeaa4e2ff8042023752c81ae207d2e14b3cea915d0 /sd
parentUpdated core (diff)
downloadcore-49c8235944ee6d1b937177d8497924d13b07f0b8.tar.gz
core-49c8235944ee6d1b937177d8497924d13b07f0b8.zip
loplugin:unnecessaryoverride
Change-Id: I53699ef386dad99b38559defe985057492a5df76
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/remotecontrol/WINNetworkService.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sd/source/ui/remotecontrol/WINNetworkService.hxx b/sd/source/ui/remotecontrol/WINNetworkService.hxx
index 7c4ebda798f7..9194fb60d256 100644
--- a/sd/source/ui/remotecontrol/WINNetworkService.hxx
+++ b/sd/source/ui/remotecontrol/WINNetworkService.hxx
@@ -16,7 +16,6 @@ namespace sd{
public:
WINNetworkService(const std::string& aname = "", unsigned int aport = 1599)
: ZeroconfService(aname, aport), client(nullptr) {}
- virtual ~WINNetworkService() override {}
void clear() override;
void setup() override;