mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-06-10 16:16:54 +08:00
0031035: Coding - uninitialized class fields reported by Visual Studio Code Analysis
Added initialization of fields that had not initialization Added default constructors to classes without constructors
This commit is contained in:
@@ -28,8 +28,9 @@
|
||||
//purpose :
|
||||
//=======================================================================
|
||||
GeomAPI_ProjectPointOnCurve::GeomAPI_ProjectPointOnCurve()
|
||||
: myIsDone(Standard_False),
|
||||
myIndex(0)
|
||||
{
|
||||
myIsDone = Standard_False;
|
||||
}
|
||||
//=======================================================================
|
||||
//function : GeomAPI_ProjectPointOnCurve
|
||||
|
||||
Reference in New Issue
Block a user