mirror of
https://github.com/overte-org/overte.git
synced 2025-04-13 14:52:19 +02:00
initialize _logger with null pointer
This commit is contained in:
parent
6a88941166
commit
0603431ac8
1 changed files with 1 additions and 1 deletions
|
@ -594,7 +594,7 @@ private:
|
|||
|
||||
bool _aboutToQuit { false };
|
||||
|
||||
FileLogger* _logger;
|
||||
FileLogger* _logger { nullptr };
|
||||
|
||||
bool _previousSessionCrashed;
|
||||
|
||||
|
|
Loading…
Reference in a new issue