aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/compat.h')
-rw-r--r--Alc/compat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/compat.h b/Alc/compat.h
index 18ba8da9..dc652bca 100644
--- a/Alc/compat.h
+++ b/Alc/compat.h
@@ -223,7 +223,7 @@ using ifstream = std::ifstream;
#include <string>
struct PathNamePair { std::string path, fname; };
-PathNamePair GetProcBinary(void);
+const PathNamePair &GetProcBinary(void);
#ifdef HAVE_DYNLOAD
void *LoadLib(const char *name);