Merge pull request #9286 from dodomorandi/fix-uninit-variable
Fix uninitialized member variable
This commit is contained in:
@@ -1327,7 +1327,7 @@ private:
|
||||
CmdSketcherSnap& operator= (const CmdSketcherSnap&) = delete;
|
||||
CmdSketcherSnap& operator= (CmdSketcherSnap&&) = delete;
|
||||
|
||||
bool snapEnabled;
|
||||
bool snapEnabled = true;
|
||||
};
|
||||
|
||||
CmdSketcherSnap::CmdSketcherSnap()
|
||||
|
||||
Reference in New Issue
Block a user