diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-04-07 13:01:34 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-04-07 13:01:34 +0200 |
commit | 331be8dc452bf47705556d2a7f7f5988973930ca (patch) | |
tree | 164a30fd5cef68a39713315085da8bd7901a1d07 /src/audiofile.h | |
parent | 064f0112bd825f1102a94e109e5329710d59eb82 (diff) |
Fixed crashbug on drumkit reload.
Diffstat (limited to 'src/audiofile.h')
-rw-r--r-- | src/audiofile.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/audiofile.h b/src/audiofile.h index 17ff651..e4b8410 100644 --- a/src/audiofile.h +++ b/src/audiofile.h @@ -48,7 +48,10 @@ public: std::string filename; + bool isValid(); + private: + void *magic; Mutex mutex; bool is_loaded; }; |