summaryrefslogtreecommitdiffstats
path: root/raul/EventRingBuffer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'raul/EventRingBuffer.hpp')
-rw-r--r--raul/EventRingBuffer.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/raul/EventRingBuffer.hpp b/raul/EventRingBuffer.hpp
index 5e37395..418d2af 100644
--- a/raul/EventRingBuffer.hpp
+++ b/raul/EventRingBuffer.hpp
@@ -36,7 +36,7 @@ public:
/** @param capacity Ringbuffer capacity in bytes.
*/
- EventRingBuffer(size_t capacity)
+ explicit EventRingBuffer(size_t capacity)
: RingBuffer<uint8_t>(capacity)
{}