fix error message

This commit is contained in:
fps 2013-09-12 14:52:33 +00:00
parent 20a20de3ac
commit 8a3dd9b891
5 changed files with 5 additions and 5 deletions

View File

@ -165,7 +165,7 @@ namespace XAO
* @param number the numer of the 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.