mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-21 03:06:29 +00:00
af3f7acfe7
The implicit conversion form sting literal to char* for C compatibility was removed with C++11, seems MSVC caught up with this in C++20. Use explicit cast instead where needed and change API to const char* otherwise. Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>