Fix uninitialized member variable
This commit is contained in:
@@ -63,7 +63,7 @@ public:
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
//void parseCommandLineURIs();
|
//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