aboutsummaryrefslogtreecommitdiff
path: root/aoblipplayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'aoblipplayer.h')
-rw-r--r--aoblipplayer.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/aoblipplayer.h b/aoblipplayer.h
index aebba77d..6b75ba28 100644
--- a/aoblipplayer.h
+++ b/aoblipplayer.h
@@ -8,6 +8,8 @@
#include <string.h>
#include <QDebug>
+const int BLIP_COUNT = 5;
+
class AOBlipPlayer
{
public:
@@ -24,7 +26,7 @@ private:
AOApplication *ao_app;
int m_volume;
- HSTREAM m_stream_list[5];
+ HSTREAM m_stream_list[BLIP_COUNT];
};
#endif // AOBLIPPLAYER_H