aboutsummaryrefslogtreecommitdiffstats
path: root/src/MusicChunk.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/MusicChunk.hxx')
-rw-r--r--src/MusicChunk.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/MusicChunk.hxx b/src/MusicChunk.hxx
index 23c3b7423..87821fe1c 100644
--- a/src/MusicChunk.hxx
+++ b/src/MusicChunk.hxx
@@ -29,9 +29,7 @@
#include <stdint.h>
#include <stddef.h>
-enum {
- CHUNK_SIZE = 4096,
-};
+static constexpr size_t CHUNK_SIZE = 4096;
struct AudioFormat;
struct Tag;