0024275: Cppcheck warnings on uninitialized class members
[occt.git] / src / PPrsStd / PPrsStd_AISPresentation.cxx
index 4f48b47..f1bd87a 100755 (executable)
 //purpose  : 
 //=======================================================================
 
-PPrsStd_AISPresentation::PPrsStd_AISPresentation()
+PPrsStd_AISPresentation::PPrsStd_AISPresentation() :
+    myIsDisplayed(Standard_False),
+    myTransparency(0.),
+    myColor(0),
+    myMaterial(0),
+    myWidth(0.)
 {}