mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
fix(util): add missing initializer to CWOWClientStatus
This commit is contained in:
parent
765c782355
commit
49237bf68d
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ class CStatus {
|
|||
|
||||
class CWOWClientStatus : public CStatus {
|
||||
public:
|
||||
void* m_logFile;
|
||||
void* m_logFile = nullptr;
|
||||
};
|
||||
|
||||
CStatus& GetGlobalStatusObj(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue