summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/RemoteServer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/RemoteServer.hxx')
-rw-r--r--sd/source/ui/inc/RemoteServer.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/inc/RemoteServer.hxx b/sd/source/ui/inc/RemoteServer.hxx
index 97fb55c2b515..00c58105aae6 100644
--- a/sd/source/ui/inc/RemoteServer.hxx
+++ b/sd/source/ui/inc/RemoteServer.hxx
@@ -83,7 +83,7 @@ namespace sd
static void removeCommunicator( Communicator* pCommunicator );
private:
RemoteServer();
- virtual ~RemoteServer();
+ virtual ~RemoteServer() override;
static RemoteServer *spServer;
static ::osl::Mutex sDataMutex;
static ::std::vector<Communicator*> sCommunicators;