summaryrefslogtreecommitdiff
path: root/src/cachemanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cachemanager.h')
-rw-r--r--src/cachemanager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cachemanager.h b/src/cachemanager.h
index 6a14429..4b5c64d 100644
--- a/src/cachemanager.h
+++ b/src/cachemanager.h
@@ -58,7 +58,7 @@ public:
// returns the first buffer and its size in &size.
// get id from "free stack" and store pointers to buffers in id vector.
// event: open sndfile handle (if not already open) and increase refcount
- sample_t *open(AudioFile *file, int initial_samples_needed, int channel, cacheid_t &new_id);
+ sample_t *open(AudioFile *file, size_t initial_samples_needed, int channel, cacheid_t &new_id);
// Return which ever buffer is the front, swap them and add event to load the
// next chunk.