]> de.git.xonotic.org Git - xonotic/netradiant.git/commitdiff
some “char*” to “const char*” declaration
authorThomas Debesse <dev@illwieckz.net>
Tue, 18 Jul 2017 08:12:04 +0000 (10:12 +0200)
committerThomas Debesse <dev@illwieckz.net>
Tue, 1 Aug 2017 14:27:11 +0000 (16:27 +0200)
- ISO C++ forbids converting a string constant to ‘char*’
 These are obvious fixes when it's better to declare functions
 as expecting “const char*“.


No differences found