| 974 | //----------------------------------------------------------------------------- |
| 975 | |
| 976 | void GuiEditCtrl::addSelection(S32 id) |
| 977 | { |
| 978 | GuiControl * ctrl; |
| 979 | if( Sim::findObject( id, ctrl ) ) |
| 980 | addSelection( ctrl ); |
| 981 | } |
| 982 | |
| 983 | //----------------------------------------------------------------------------- |
| 984 |
no test coverage detected