Kaydet (Commit) 53c6beda authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:nullptr (automatic rewrite; Mac-specific code)

Change-Id: I9f328c4852a69fc8bd670153653f4a985834f43b
üst 342866e6
......@@ -43,8 +43,8 @@
{
pSocket->channelClosed();
}
pCommunicator = NULL;
pSocket = NULL;
pCommunicator = nullptr;
pSocket = nullptr;
}
@end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment