summaryrefslogtreecommitdiff
path: root/Source/Core/AudioCommon/aldlist.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/AudioCommon/aldlist.cpp')
-rw-r--r--Source/Core/AudioCommon/aldlist.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/AudioCommon/aldlist.cpp b/Source/Core/AudioCommon/aldlist.cpp
index 6e506d57c2..a849aeba68 100644
--- a/Source/Core/AudioCommon/aldlist.cpp
+++ b/Source/Core/AudioCommon/aldlist.cpp
@@ -86,7 +86,7 @@ ALDeviceList::ALDeviceList()
alcGetIntegerv(device, ALC_MAJOR_VERSION, sizeof(s32), &ALDeviceInfo.iMajorVersion);
alcGetIntegerv(device, ALC_MINOR_VERSION, sizeof(s32), &ALDeviceInfo.iMinorVersion);
- ALDeviceInfo.pvstrExtensions = new vector<string>;
+ ALDeviceInfo.pvstrExtensions = new std::vector<std::string>;
// Check for ALC Extensions
if (alcIsExtensionPresent(device, "ALC_EXT_CAPTURE") == AL_TRUE)