/////////////////////////////////////////////////////// \brief Disallow construction from a temporary sound buffer ///////////////////////////////////////////////////////
| 60 | /// |
| 61 | //////////////////////////////////////////////////////////// |
| 62 | Sound(const SoundBuffer&& buffer) = delete; |
| 63 | |
| 64 | //////////////////////////////////////////////////////////// |
| 65 | /// \brief Copy constructor |
nothing calls this directly
no outgoing calls
no test coverage detected