Skip to content

Commit

Permalink
NULL -> nullptr
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg68 committed Jan 28, 2024
1 parent 6cdc3ff commit 93c4293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/threading/GOMutexLocker.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class GOMutexLocker {

~GOMutexLocker();

bool TryLock(const char *lockerInfo = NULL);
bool TryLock(const char *lockerInfo = nullptr);

bool IsLocked() const { return m_IsLocked; }

Expand Down

0 comments on commit 93c4293

Please sign in to comment.