| 15 | class ModelAnimation : public ::ModelAnimation { |
| 16 | public: |
| 17 | ModelAnimation(const ::ModelAnimation& model) { set(model); } |
| 18 | |
| 19 | ModelAnimation(const ModelAnimation&) = delete; |
| 20 |
nothing calls this directly
no outgoing calls
no test coverage detected