]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Fix run-time errors during debug of Windows version
authorabd <abd@opencascade.com>
Mon, 21 Apr 2008 11:28:34 +0000 (11:28 +0000)
committerabd <abd@opencascade.com>
Mon, 21 Apr 2008 11:28:34 +0000 (11:28 +0000)
src/GEOMImpl/GEOMImpl_IHealingOperations.hxx

index 0d4c57f095fe0e67bf2b95d8bd95ea7426675630..0084d09d1c5d7aaaf72dfaf2ce5270da21b1734e 100644 (file)
@@ -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<string>& theOperations,
+  Standard_EXPORT void GetShapeProcessParameters( std::list<std::string>& theOperations,
                                   std::list<std::string>& theParams,
                                   std::list<std::string>& theValues );
 
@@ -52,7 +52,7 @@ class GEOMImpl_IHealingOperations : public GEOM_IOperations {
                               std::list<std::string>& theValues );
 
   // returns all parameters that are valid for the given operation (Shape Process operator)
-  Standard_EXPORT static bool GetParameters( const string theOperation, std::list<std::string>& theParams );                                      
+  Standard_EXPORT static bool GetParameters( const std::string theOperation, std::list<std::string>& theParams );                                      
 
   Standard_EXPORT Handle(GEOM_Object) SuppressFaces( Handle(GEOM_Object) theObject,
                                      const Handle(TColStd_HArray1OfInteger)& theFaces);