refactor(Core): replace NULL with nullptr (#4593)
This commit is contained in:
parent
dbefa17a53
commit
28f1dc5c0c
231 changed files with 923 additions and 923 deletions
|
|
@ -23,7 +23,7 @@ int DatabaseWorker::svc()
|
|||
if (!m_queue)
|
||||
return -1;
|
||||
|
||||
SQLOperation* request = NULL;
|
||||
SQLOperation* request = nullptr;
|
||||
while (1)
|
||||
{
|
||||
request = (SQLOperation*)(m_queue->dequeue());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue