diff options
Diffstat (limited to 'Alc')
-rw-r--r-- | Alc/alc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/alc.cpp b/Alc/alc.cpp index fde655be..2533d5b7 100644 --- a/Alc/alc.cpp +++ b/Alc/alc.cpp @@ -188,7 +188,7 @@ BackendInfo CaptureBackend; * Functions, enums, and errors ************************************************/ #define DECL(x) { #x, (ALCvoid*)(x) } -constexpr struct { +const struct { const ALCchar *funcName; ALCvoid *address; } alcFunctions[] = { |