summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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