mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
chore(ui): replace remaining NULLs with nullptr
This commit is contained in:
parent
d61f0faef1
commit
90403bfd29
7 changed files with 13 additions and 13 deletions
|
|
@ -21,7 +21,7 @@ class CScriptRegion : public CScriptObject, public CLayoutFrame {
|
|||
static int32_t GetObjectType();
|
||||
|
||||
// Member variables
|
||||
CSimpleFrame* m_parent = NULL; // TODO verify type
|
||||
CSimpleFrame* m_parent = nullptr; // TODO verify type
|
||||
|
||||
// Virtual member functions
|
||||
virtual bool IsA(int32_t type);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue