From: abd Date: Mon, 21 Apr 2008 11:28:34 +0000 (+0000) Subject: Fix run-time errors during debug of Windows version X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d35ff888560db609760b9031f1a1ccfbe4d81dc0;p=modules%2Fgeom.git Fix run-time errors during debug of Windows version --- diff --git a/src/GEOMImpl/GEOMImpl_IHealingOperations.hxx b/src/GEOMImpl/GEOMImpl_IHealingOperations.hxx index 0d4c57f09..0084d09d1 100644 --- a/src/GEOMImpl/GEOMImpl_IHealingOperations.hxx +++ b/src/GEOMImpl/GEOMImpl_IHealingOperations.hxx @@ -42,7 +42,7 @@ class GEOMImpl_IHealingOperations : public GEOM_IOperations { const Handle(TColStd_HArray1OfExtendedString)& theValues ); // Retrieve default Shape Process parameters (from resource file) - Standard_EXPORT void GetShapeProcessParameters( std::list& theOperations, + Standard_EXPORT void GetShapeProcessParameters( std::list& theOperations, std::list& theParams, std::list& theValues ); @@ -52,7 +52,7 @@ class GEOMImpl_IHealingOperations : public GEOM_IOperations { std::list& theValues ); // returns all parameters that are valid for the given operation (Shape Process operator) - Standard_EXPORT static bool GetParameters( const string theOperation, std::list& theParams ); + Standard_EXPORT static bool GetParameters( const std::string theOperation, std::list& theParams ); Standard_EXPORT Handle(GEOM_Object) SuppressFaces( Handle(GEOM_Object) theObject, const Handle(TColStd_HArray1OfInteger)& theFaces);