diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-01-30 10:56:11 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-01-30 10:56:11 +0100 |
commit | ac1d5566d30b107fdea934ac704720242ef59a7c (patch) | |
tree | ed46cdc2ebc66612ade9bbac5f41097698cef042 /src/audiocachefile.h | |
parent | aa635eb8da9804488513d1f3d422e4810e611bb8 (diff) | |
parent | 22715c84cc861ba6ce7e9caa5d214bb3f006679d (diff) |
Merge branch 'diskstreaming_review_chaot' into diskstreaming
Diffstat (limited to 'src/audiocachefile.h')
-rw-r--r-- | src/audiocachefile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audiocachefile.h b/src/audiocachefile.h index 8e40a2e..343133e 100644 --- a/src/audiocachefile.h +++ b/src/audiocachefile.h @@ -95,7 +95,7 @@ public: void releaseFile(const std::string& filename); protected: - std::map<std::string, AudioCacheFile*> audiofiles; + std::map<std::string, AudioCacheFile> audiofiles; std::mutex mutex; std::vector<sample_t> read_buffer; }; |