diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-02-01 15:59:34 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-02-01 15:59:34 +0100 |
commit | 49c8235944ee6d1b937177d8497924d13b07f0b8 (patch) | |
tree | aa4e2ff8042023752c81ae207d2e14b3cea915d0 /sd | |
parent | d46a9baff5d8008344b33f0eb8748602b1c52d54 (diff) |
loplugin:unnecessaryoverride
Change-Id: I53699ef386dad99b38559defe985057492a5df76
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/remotecontrol/WINNetworkService.hxx | 1 |
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; |