summaryrefslogtreecommitdiff
path: root/src/audiocacheeventhandler.h
diff options
context:
space:
mode:
authorAndré Nusser <andre.nusser@googlemail.com>2016-01-29 22:29:07 +0100
committerAndré Nusser <andre.nusser@googlemail.com>2016-01-29 22:29:07 +0100
commit07e8fba977bdc8162991857a19ca838393ce79bc (patch)
treebb0d43d4d1863d8979aba5f64a92418b66cb5220 /src/audiocacheeventhandler.h
parent9f9d9f1da1536f7b6103e3eb260d3f5dc573294c (diff)
audiocacheeventhandler review
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);