summaryrefslogtreecommitdiff
path: root/src/audiofile.h
diff options
context:
space:
mode:
authorJonas Suhr Christensen <jsc@umbraculum.org>2015-04-10 16:28:03 +0200
committerJonas Suhr Christensen <jsc@umbraculum.org>2015-04-10 16:28:03 +0200
commit96df5c64a03de57732eb61c3f65c4e17d14c6688 (patch)
tree70a3fd33407b037975c6a173cab521417216d4ad /src/audiofile.h
parent189f156f231b9e06f6d4683c1fc951fe78b6d92f (diff)
Added unit test shell for cachemanager. Added cache manager logic - still needing audio related code.
Diffstat (limited to 'src/audiofile.h')
-rw-r--r--src/audiofile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audiofile.h b/src/audiofile.h
index 98bf101..5b57db8 100644
--- a/src/audiofile.h
+++ b/src/audiofile.h
@@ -80,7 +80,7 @@ public:
bool isLoaded();
volatile size_t size;
- volatile sample_t *data;
+ sample_t *data;
std::string filename;