mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 06:28:31 +01: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