aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/source/samplebuffer.hpp
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2023-10-10 09:48:31 -0400
committerClyne Sullivan <clyne@bitgloo.com>2023-10-10 09:48:31 -0400
commitd7cd899653531ac5a8def9e9697b0d65b438b773 (patch)
tree0ae570693a9f549b940f7672bbdf69b710d48ee2 /firmware/source/samplebuffer.hpp
parentf3c28dd2f1a27ee8039a86942ccd2277fbb4102e (diff)
small fixes; add compile checksHEADmain
Diffstat (limited to 'firmware/source/samplebuffer.hpp')
-rw-r--r--firmware/source/samplebuffer.hpp2
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.