diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2024-03-25 14:42:10 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2024-03-25 15:35:50 +0100 |
commit | 2b86429f762d8d977ceb4d610189e7c01fc52ee8 (patch) | |
tree | ebf166bd5d6b346e2fbf7ecda5200d33d02ba5c8 /src/audiocacheeventhandler.h | |
parent | 417b100482d141e8fb19b8b8867360c79ae11b98 (diff) |
Linter fixes for audiocachefile.cc
Diffstat (limited to 'src/audiocacheeventhandler.h')
-rw-r--r-- | src/audiocacheeventhandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audiocacheeventhandler.h b/src/audiocacheeventhandler.h index f80b4c8..8de812b 100644 --- a/src/audiocacheeventhandler.h +++ b/src/audiocacheeventhandler.h @@ -68,7 +68,7 @@ public: //! This methods are supplied to make this class lockable by std::lock_guard void unlock(); - void pushLoadNextEvent(AudioCacheFile* afile, size_t channel, + void pushLoadNextEvent(AudioCacheFile* afile, size_t channel_index, size_t pos, sample_t* buffer, volatile bool* ready); void pushCloseEvent(cacheid_t id); |