diff options
Diffstat (limited to 'router/alc.cpp')
-rw-r--r-- | router/alc.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/router/alc.cpp b/router/alc.cpp index c99e7c93..1a8538b8 100644 --- a/router/alc.cpp +++ b/router/alc.cpp @@ -17,8 +17,8 @@ #define DECL(x) { #x, reinterpret_cast<void*>(x) } struct FuncExportEntry { - const ALCchar *funcName; - ALCvoid *address; + const char *funcName; + void *address; }; static const std::array<FuncExportEntry,95> alcFunctions{{ DECL(alcCreateContext), |