mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-04-21 20:28:59 +02:00
Use nullptr instead of zero (0) as the null pointer constant
This commit is contained in:
@@ -120,7 +120,7 @@ void CZMQNotificationInterface::Shutdown()
|
||||
}
|
||||
zmq_ctx_destroy(pcontext);
|
||||
|
||||
pcontext = 0;
|
||||
pcontext = nullptr;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user