0024275: Cppcheck warnings on uninitialized class members
[occt.git] / src / PXCAFDoc / PXCAFDoc_Material.cxx
index 5f36268..0c00899 100755 (executable)
@@ -25,7 +25,7 @@
 //purpose  : 
 //=======================================================================
 
-PXCAFDoc_Material::PXCAFDoc_Material ()
+PXCAFDoc_Material::PXCAFDoc_Material () : myDensity(0.)
 {}
 
 //=======================================================================