Fix uninitialized member variable
This commit is contained in:
@@ -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.
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user