------------------------------- SpawnComponentDesc::d-tor
| 109 | // SpawnComponentDesc::d-tor |
| 110 | // |
| 111 | SpawnComponentDesc::~SpawnComponentDesc() |
| 112 | { |
| 113 | delete shape; |
| 114 | } |
| 115 | |
| 116 | |
| 117 | //------------------------------ |
nothing calls this directly
no outgoing calls
no test coverage detected