diff options
Diffstat (limited to 'sd/source/ui/remotecontrol/BluetoothServer.hxx')
-rw-r--r-- | sd/source/ui/remotecontrol/BluetoothServer.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/remotecontrol/BluetoothServer.hxx b/sd/source/ui/remotecontrol/BluetoothServer.hxx index 2cbd040adb29..8a8519431420 100644 --- a/sd/source/ui/remotecontrol/BluetoothServer.hxx +++ b/sd/source/ui/remotecontrol/BluetoothServer.hxx @@ -50,7 +50,7 @@ namespace sd struct Impl; std::unique_ptr<Impl> mpImpl; #endif - virtual void SAL_CALL run() SAL_OVERRIDE; + virtual void SAL_CALL run() override; void cleanupCommunicators(); std::vector<Communicator*>* mpCommunicators; |