ringbuffer: update header file

The header file was not in source with the source file.
This commit is contained in:
Julian Oes 2016-03-15 18:23:57 +00:00
parent 2d4179a35b
commit b49b012d35
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ namespace ringbuffer __EXPORT
class RingBuffer
{
public:
RingBuffer(unsigned ring_size, size_t entry_size);
RingBuffer(unsigned num_items, size_t item_size);
virtual ~RingBuffer();
/**