fix type of return value
This commit is contained in:
parent
d874378d34
commit
c1848a955e
@ -50,7 +50,7 @@ namespace Airbus
|
||||
}
|
||||
}
|
||||
_places[position] = airplane;
|
||||
return 1;
|
||||
return position;
|
||||
}
|
||||
/// <summary>
|
||||
/// Удаление объекта из набора с конкретной позиции
|
||||
|
Loading…
Reference in New Issue
Block a user