diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2023-10-10 09:48:31 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2023-10-10 09:48:31 -0400 |
commit | d7cd899653531ac5a8def9e9697b0d65b438b773 (patch) | |
tree | 0ae570693a9f549b940f7672bbdf69b710d48ee2 /firmware/source/samplebuffer.hpp | |
parent | f3c28dd2f1a27ee8039a86942ccd2277fbb4102e (diff) |
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. |