| 517 | } |
| 518 | |
| 519 | Array <CtrlrPanelResource*> CtrlrPanelResourceManager::getResourcesCopy() |
| 520 | { |
| 521 | Array <CtrlrPanelResource*> ret; |
| 522 | for (int i=0; i<resources.size(); i++) |
| 523 | { |
| 524 | ret.add (resources[i]); |
| 525 | } |
| 526 | return (ret); |
| 527 | } |
no test coverage detected