diff options
author | Chris Robinson <[email protected]> | 2018-11-17 07:35:11 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-11-17 07:35:11 -0800 |
commit | 6e6a0240580c3a474a199be45ba0748add860d3b (patch) | |
tree | 8ebdc5ed72ba1934ddc6aa25b35134a14b7970b4 /CMakeLists.txt | |
parent | 13478126cb7d41e8f6efebf020fb5a387c303f2d (diff) |
Convert converter.c to C++
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 64a40d95..917ec303 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -800,7 +800,7 @@ SET(ALC_OBJS Alc/alconfig.cpp Alc/alconfig.h Alc/bs2b.c - Alc/converter.c + Alc/converter.cpp Alc/converter.h Alc/inldefs.c Alc/inprogext.h |