Skip to content

Commit

Permalink
Make RingBuffer dtor virtual.
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-kristjansson committed Aug 6, 2011
1 parent d85b750 commit da10d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythtv/ringbuffer.h
Expand Up @@ -47,7 +47,7 @@ class MTV_PUBLIC RingBuffer : protected QThread
bool usereadahead = true,
int timeout_ms = kDefaultOpenTimeout,
bool stream_only = false);
~RingBuffer();
virtual ~RingBuffer();

// Sets
void SetWriteBufferSize(int newSize);
Expand Down

0 comments on commit da10d33

Please sign in to comment.