From d35ff888560db609760b9031f1a1ccfbe4d81dc0 Mon Sep 17 00:00:00 2001 From: abd Date: Mon, 21 Apr 2008 11:28:34 +0000 Subject: [PATCH] Fix run-time errors during debug of Windows version --- src/GEOMImpl/GEOMImpl_IHealingOperations.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 2.39.2