summaryrefslogtreecommitdiff
path: root/Source/Core/AudioCommon/OpenALStream.cpp
diff options
context:
space:
mode:
authorTillmann Karras <tilkax@gmail.com>2014-07-13 02:16:51 +0200
committerTillmann Karras <tilkax@gmail.com>2014-07-13 02:16:51 +0200
commit0ccee6c87b78843caf4bb0dce48a46144e05f69e (patch)
tree6f709cf3703ccc1d8213daef5ef7fca03e64cc3f /Source/Core/AudioCommon/OpenALStream.cpp
parent99d4ab0b7197c9647932074b54a34ffea1977940 (diff)
Fix warnings unearthed by #579
Diffstat (limited to 'Source/Core/AudioCommon/OpenALStream.cpp')
-rw-r--r--Source/Core/AudioCommon/OpenALStream.cpp2
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