0030895: Coding Rules - specify std namespace explicitly for std::cout and streams
[occt.git] / src / SWDRAW / SWDRAW_ShapeExtend.cxx
index 4d84a36..a22fc9d 100644 (file)
@@ -40,7 +40,7 @@ static Standard_Integer sortcompound (Draw_Interpretor& di, Standard_Integer arg
     for (int i = 0; i < 2; i ++) {
       Standard_Boolean viaCompound = (i != 0);
       TopAbs_ShapeEnum ts = sbx.ShapeType(Shape, viaCompound);
-      //cout<<"   Type "<<(i ? " (via Compound) : " : "(True) : ");
+      //std::cout<<"   Type "<<(i ? " (via Compound) : " : "(True) : ");
       if (!viaCompound) {
        di<<"   Type (True) : ";
       } else {