diff options
Diffstat (limited to 'firmware/source/samplebuffer.hpp')
-rw-r--r-- | firmware/source/samplebuffer.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/source/samplebuffer.hpp b/firmware/source/samplebuffer.hpp index 8328770..9b837bc 100644 --- a/firmware/source/samplebuffer.hpp +++ b/firmware/source/samplebuffer.hpp @@ -29,7 +29,7 @@ class SampleBuffer { public: // Manage the sample data memory at 'buffer'. - SampleBuffer(Sample *buffer); + explicit SampleBuffer(Sample *buffer); /** * Fill the current buffer with midpoint (2048/0V) values. |