diff options
Diffstat (limited to 'src/lib/formats/cassimg.h')
-rw-r--r-- | src/lib/formats/cassimg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/formats/cassimg.h b/src/lib/formats/cassimg.h index 9714e8e223b..9867ecbdf4a 100644 --- a/src/lib/formats/cassimg.h +++ b/src/lib/formats/cassimg.h @@ -120,7 +120,7 @@ public: /* code to adapt existing legacy fill_wave functions */ struct LegacyWaveFiller { - int (*fill_wave)(int16_t *, int, uint8_t *) = nullptr; + int (*fill_wave)(int16_t *, int, const uint8_t *, int) = nullptr; int chunk_size = 0; int chunk_samples = 0; int (*chunk_sample_calc)(const uint8_t *bytes, int length) = nullptr; |