mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-19 04:53:12 +01:00
Replace NULL with nullptr in C++ files
This commit is contained in:
committed by
Richard Jenkins
parent
6bd0b2baea
commit
5cc21fd21b
@@ -330,7 +330,7 @@ public:
|
||||
case INTENT_ACTION_REFRESH_STAFF_LIST:
|
||||
{
|
||||
auto w = window_find_by_class(WC_STAFF_LIST);
|
||||
if (w != NULL)
|
||||
if (w != nullptr)
|
||||
{
|
||||
w->no_list_items = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user