diff options
| author | Tillmann Karras <tilkax@gmail.com> | 2014-07-13 02:16:51 +0200 |
|---|---|---|
| committer | Tillmann Karras <tilkax@gmail.com> | 2014-07-13 02:16:51 +0200 |
| commit | 0ccee6c87b78843caf4bb0dce48a46144e05f69e (patch) | |
| tree | 6f709cf3703ccc1d8213daef5ef7fca03e64cc3f /Source/Core/AudioCommon/OpenALStream.cpp | |
| parent | 99d4ab0b7197c9647932074b54a34ffea1977940 (diff) | |
Fix warnings unearthed by #579
Diffstat (limited to 'Source/Core/AudioCommon/OpenALStream.cpp')
| -rw-r--r-- | Source/Core/AudioCommon/OpenALStream.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/AudioCommon/OpenALStream.cpp b/Source/Core/AudioCommon/OpenALStream.cpp index 1c1a802528..9daab19380 100644 --- a/Source/Core/AudioCommon/OpenALStream.cpp +++ b/Source/Core/AudioCommon/OpenALStream.cpp @@ -10,7 +10,7 @@ #if defined HAVE_OPENAL && HAVE_OPENAL -soundtouch::SoundTouch soundTouch; +static soundtouch::SoundTouch soundTouch; // // AyuanX: Spec says OpenAL1.1 is thread safe already |
