0031035: Coding - uninitialized class fields reported by Visual Studio Code Analysis
[occt.git] / src / Extrema / Extrema_GenLocateExtSS.cxx
index 5e9c485..f7e8e21 100644 (file)
@@ -30,6 +30,8 @@
 //purpose  : 
 //=======================================================================
 Extrema_GenLocateExtSS::Extrema_GenLocateExtSS()
+: myDone(Standard_False),
+  mySqDist(RealLast())
 {
 }