0031007: Coding - eliminate warnings issued while compiling with -pedantic flag
[occt.git] / src / IGESSolid / IGESSolid_Protocol.cxx
index 1db40fb..abd6be3 100644 (file)
@@ -88,7 +88,7 @@ IGESSolid_Protocol::IGESSolid_Protocol()
     Handle(Interface_Protocol) IGESSolid_Protocol::Resource
   (const Standard_Integer /*num*/) const
 {
-  Handle(Interface_Protocol) res = IGESGeom::Protocol();;
+  Handle(Interface_Protocol) res = IGESGeom::Protocol();
   return res;
 }