woops- forgot ;

git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@465 6778bc44-b910-0410-a7a0-be141de4315d
This commit is contained in:
w1z7ard
2007-09-21 04:19:19 +00:00
parent 841758be8a
commit c46ed203e5

View File

@ -7,7 +7,7 @@ class RingBuffer {
public:
// static const unsigned long RING_BUFFER_SIZE = 32768;
static const unsigned long RING_BUFFER_SIZE = 16384.
static const unsigned long RING_BUFFER_SIZE = 16384;
private:
kind buffer[RING_BUFFER_SIZE];