///////////////////////////////////////////////////////
| 226 | |
| 227 | //////////////////////////////////////////////////////////// |
| 228 | SoundStream::SoundStream() : m_impl(std::make_unique<Impl>(this)) |
| 229 | { |
| 230 | } |
| 231 | |
| 232 | |
| 233 | //////////////////////////////////////////////////////////// |
nothing calls this directly
no outgoing calls
no test coverage detected