///////////////////////////////////////////////////////
| 48 | { |
| 49 | //////////////////////////////////////////////////////////// |
| 50 | InputSoundFile::StreamDeleter::StreamDeleter(bool theOwned) : owned(theOwned) |
| 51 | { |
| 52 | } |
| 53 | |
| 54 | |
| 55 | //////////////////////////////////////////////////////////// |
nothing calls this directly
no outgoing calls
no test coverage detected