MusicBuffer: make constructor explicit
This commit is contained in:
parent
eb93bebbc1
commit
5a02324c09
@ -40,7 +40,7 @@ public:
|
|||||||
* @param num_chunks the number of #MusicChunk reserved in
|
* @param num_chunks the number of #MusicChunk reserved in
|
||||||
* this buffer
|
* this buffer
|
||||||
*/
|
*/
|
||||||
MusicBuffer(unsigned num_chunks) noexcept;
|
explicit MusicBuffer(unsigned num_chunks) noexcept;
|
||||||
|
|
||||||
#ifndef NDEBUG
|
#ifndef NDEBUG
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user