summaryrefslogtreecommitdiff
path: root/src/soundplayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/soundplayer.h')
-rw-r--r--src/soundplayer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soundplayer.h b/src/soundplayer.h
index 3679fd2..a236d4f 100644
--- a/src/soundplayer.h
+++ b/src/soundplayer.h
@@ -60,6 +60,7 @@ private:
short ringbuffer[RINGBUFFER];
int pwrite[16];
int pread;
+ int buffer_size;
};
#endif/*__KAIMAN_SOUNDPLAYER_H__*/