Explicitly initialize members of Settings class to fix undefined behavior
This commit is contained in:
parent
955093cb80
commit
95f712ef6f
1 changed files with 2 additions and 1 deletions
|
@ -2,5 +2,6 @@
|
|||
|
||||
Settings::Settings()
|
||||
{
|
||||
|
||||
this->smartPathsEnabled = false;
|
||||
this->betterCursors = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue