MusicBuffer: make constructor explicit

This commit is contained in:
Max Kellermann 2018-06-23 18:40:36 +02:00
parent eb93bebbc1
commit 5a02324c09

View File

@ -40,7 +40,7 @@ public:
* @param num_chunks the number of #MusicChunk reserved in
* this buffer
*/
MusicBuffer(unsigned num_chunks) noexcept;
explicit MusicBuffer(unsigned num_chunks) noexcept;
#ifndef NDEBUG
/**