chore: use nullptr where possible in place of NULL
This commit is contained in:
@ -24,7 +24,7 @@ ClientProxy1_4::ClientProxy1_4(const std::string &name, deskflow::IStream *strea
|
||||
: ClientProxy1_3(name, stream, events),
|
||||
m_server(server)
|
||||
{
|
||||
assert(m_server != NULL);
|
||||
assert(m_server != nullptr);
|
||||
}
|
||||
|
||||
ClientProxy1_4::~ClientProxy1_4()
|
||||
|
||||
Reference in New Issue
Block a user