diff options
Diffstat (limited to '')
-rw-r--r-- | src/MusicChunk.hxx | 4 |
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; |