mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-02-14 08:43:06 +05:00
fix error message
This commit is contained in:
parent
20a20de3ac
commit
8a3dd9b891
@ -165,7 +165,7 @@ namespace XAO
|
|||||||
* @param number the numer of the step.
|
* @param number the numer of the step.
|
||||||
* @return the new create step.
|
* @return the new create step.
|
||||||
*/
|
*/
|
||||||
virtual Step* addNewStep(const int& number) = 0;
|
virtual Step* addNewStep(const int& number) throw (XAO_Exception) = 0;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Remove a step.
|
* Remove a step.
|
||||||
|
Loading…
Reference in New Issue
Block a user