diff options
| author | Pierre Bourdon <delroth@gmail.com> | 2014-07-13 06:20:45 +0200 |
|---|---|---|
| committer | Pierre Bourdon <delroth@gmail.com> | 2014-07-13 06:20:45 +0200 |
| commit | 12fa5ba8b4894375807eec4bc936050fade7b01b (patch) | |
| tree | 5f72bfb51ee422cc6dfd4138ae213cf187be70a9 /Source/Core/AudioCommon/OpenALStream.cpp | |
| parent | b2fa0ea3dcbf388739b5290e750d738043597703 (diff) | |
| parent | 0ccee6c87b78843caf4bb0dce48a46144e05f69e (diff) | |
Merge pull request #607 from Tilka/fix_warnings
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 |
