diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-11-10 16:19:45 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-11-10 16:20:37 +0100 |
commit | 53c6beda2fb54be3d6b53da93c59311a1c10ddbf (patch) | |
tree | b1c208ed11679613af4aabd38cee051ccded7acb | |
parent | 342866e66dea7cd0ff7c67f399553eee7e797ce2 (diff) |
loplugin:nullptr (automatic rewrite; Mac-specific code)
Change-Id: I9f328c4852a69fc8bd670153653f4a985834f43b
-rw-r--r-- | sd/source/ui/remotecontrol/OSXBluetooth.mm | 4 |
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 |