Commit 5a02324c authored by Max Kellermann's avatar Max Kellermann

MusicBuffer: make constructor explicit

parent eb93bebb
......@@ -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
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment