summaryrefslogtreecommitdiffstats
path: root/sd
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-10 16:19:45 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-10 16:20:37 +0100
commit53c6beda2fb54be3d6b53da93c59311a1c10ddbf (patch)
treeb1c208ed11679613af4aabd38cee051ccded7acb /sd
parentloplugin:nullptr (automatic rewrite; Mac-specific code) (diff)
downloadcore-53c6beda2fb54be3d6b53da93c59311a1c10ddbf.tar.gz
core-53c6beda2fb54be3d6b53da93c59311a1c10ddbf.zip
loplugin:nullptr (automatic rewrite; Mac-specific code)
Change-Id: I9f328c4852a69fc8bd670153653f4a985834f43b
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/remotecontrol/OSXBluetooth.mm4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/remotecontrol/OSXBluetooth.mm b/sd/source/ui/remotecontrol/OSXBluetooth.mm
index 93415f712629..e90e29d46217 100644
--- a/sd/source/ui/remotecontrol/OSXBluetooth.mm
+++ b/sd/source/ui/remotecontrol/OSXBluetooth.mm
@@ -43,8 +43,8 @@
{
pSocket->channelClosed();
}
- pCommunicator = NULL;
- pSocket = NULL;
+ pCommunicator = nullptr;
+ pSocket = nullptr;
}
@end