summaryrefslogtreecommitdiff
path: root/src/audiocacheeventhandler.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2016-01-30 10:56:11 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2016-01-30 10:56:11 +0100
commitac1d5566d30b107fdea934ac704720242ef59a7c (patch)
treeed46cdc2ebc66612ade9bbac5f41097698cef042 /src/audiocacheeventhandler.h
parentaa635eb8da9804488513d1f3d422e4810e611bb8 (diff)
parent22715c84cc861ba6ce7e9caa5d214bb3f006679d (diff)
Merge branch 'diskstreaming_review_chaot' into diskstreaming
Diffstat (limited to 'src/audiocacheeventhandler.h')
-rw-r--r--src/audiocacheeventhandler.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/audiocacheeventhandler.h b/src/audiocacheeventhandler.h
index 473a010..f00a080 100644
--- a/src/audiocacheeventhandler.h
+++ b/src/audiocacheeventhandler.h
@@ -27,7 +27,6 @@
#pragma once
#include <list>
-#include <vector>
#include <mutex>
#include "thread.h"
@@ -88,7 +87,7 @@ protected:
void handleCloseEvent(CacheEvent& cache_event);
//! Close decrease the file ref and release the cache id.
- void handleCloseCache(cacheid_t cacheid);
+ void handleCloseCache(cacheid_t id);
void handleEvent(CacheEvent& cache_event);