mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-24 16:00:33 +05:00
- Standard_EXPORT bool GetOperatorParameters( const std::string theOperation,
+ Standard_EXPORT bool GetOperatorParameters( const std::string& theOperation,
This commit is contained in:
parent
4345ad0598
commit
3a09aaf844
@ -227,7 +227,7 @@ void GEOMImpl_IHealingOperations::GetShapeProcessParameters (std::list<std::stri
|
||||
* GetOperatorParameters
|
||||
*/
|
||||
//=============================================================================
|
||||
bool GEOMImpl_IHealingOperations::GetOperatorParameters( const std::string theOperation,
|
||||
bool GEOMImpl_IHealingOperations::GetOperatorParameters( const std::string & theOperation,
|
||||
std::list<std::string>& theParams,
|
||||
std::list<std::string>& theValues )
|
||||
{
|
||||
|
@ -49,7 +49,7 @@ class GEOMImpl_IHealingOperations : public GEOM_IOperations {
|
||||
std::list<std::string>& theValues );
|
||||
|
||||
// Retrieve default Shape Process parameters for given operator
|
||||
Standard_EXPORT bool GetOperatorParameters( const std::string theOperation,
|
||||
Standard_EXPORT bool GetOperatorParameters( const std::string& theOperation,
|
||||
std::list<std::string>& theParams,
|
||||
std::list<std::string>& theValues );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user