mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 18:26:26 +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 };
|
bool _aboutToQuit { false };
|
||||||
|
|
||||||
FileLogger* _logger;
|
FileLogger* _logger { nullptr };
|
||||||
|
|
||||||
bool _previousSessionCrashed;
|
bool _previousSessionCrashed;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue