Fix uninitialized member variable

This commit is contained in:
Liru Færs
2020-01-05 15:45:14 -05:00
parent 1aabbb13c0
commit dd3944161d

View File

@@ -63,7 +63,7 @@ public:
private:
//void parseCommandLineURIs();
bool mNameEditted; // Set if the user edits/sets the First or Last name field.
bool mNameEditted = false; // Set if the user edits/sets the First or Last name field.
};