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 8cf1ad428611..f330fcefcfeb 100644
--- a/sd/source/ui/inc/RemoteServer.hxx
+++ b/sd/source/ui/inc/RemoteServer.hxx
@@ -77,7 +77,7 @@ namespace sd
static void removeCommunicator( Communicator* pCommunicator );
private:
RemoteServer();
- ~RemoteServer();
+ virtual ~RemoteServer();
static RemoteServer *spServer;
static ::osl::Mutex sDataMutex;
static ::std::vector<Communicator*> sCommunicators;