mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 11:12:29 +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
|
|
@ -28,8 +28,8 @@ class CSimpleFrame : public CScriptRegion {
|
|||
static void RegisterScriptMethods(lua_State* L);
|
||||
|
||||
// Member variables
|
||||
CSimpleTop* m_top = NULL;
|
||||
CSimpleTitleRegion* m_titleRegion = NULL;
|
||||
CSimpleTop* m_top = nullptr;
|
||||
CSimpleTitleRegion* m_titleRegion = nullptr;
|
||||
int32_t m_intAC = 1;
|
||||
int32_t m_id = 0;
|
||||
uint32_t m_flags = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue