diff options
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); | 
