summaryrefslogtreecommitdiff
path: root/src/drumgizmo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/drumgizmo.h')
-rw-r--r--src/drumgizmo.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/drumgizmo.h b/src/drumgizmo.h
index 240ae9f..1e38e08 100644
--- a/src/drumgizmo.h
+++ b/src/drumgizmo.h
@@ -37,7 +37,7 @@
#include "drumkit.h"
#include "drumkitloader.h"
-#include "cachemanager.h"
+#include "audiocache.h"
#include "mutex.h"
@@ -96,8 +96,7 @@ private:
std::map<std::string, AudioFile *> audiofiles;
- CacheManager cacheManager;
-
+ AudioCache audioCache;
DrumKit kit;
size_t framesize;