aboutsummaryrefslogtreecommitdiff
path: root/src/ringbuffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ringbuffer.h')
-rw-r--r--src/ringbuffer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ringbuffer.h b/src/ringbuffer.h
index be80e2f..6a4eecf 100644
--- a/src/ringbuffer.h
+++ b/src/ringbuffer.h
@@ -6,6 +6,9 @@
6 6
7namespace Bu 7namespace Bu
8{ 8{
9 /**
10 *@ingroup Containers
11 */
9 template<typename value, typename valuealloc=std::allocator<value> > 12 template<typename value, typename valuealloc=std::allocator<value> >
10 class RingBuffer 13 class RingBuffer
11 { 14 {