aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include
diff options
context:
space:
mode:
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r--OpenAL32/Include/alMain.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h
index 1a2f7d8d..21aa1e89 100644
--- a/OpenAL32/Include/alMain.h
+++ b/OpenAL32/Include/alMain.h
@@ -853,6 +853,6 @@ void StartEventThrd(ALCcontext *ctx);
void StopEventThrd(ALCcontext *ctx);
-std::vector<std::string> SearchDataFiles(const char *match, const char *subdir);
+al::vector<std::string> SearchDataFiles(const char *match, const char *subdir);
#endif