mirror of
https://github.com/TTimo/doom3.gpl.git
synced 2026-05-14 03:49:09 +02:00
Fix constant string type in buildin struct
Signed-off-by: XoD <xoddark@gmail.com>
This commit is contained in:
@@ -625,7 +625,7 @@ void idParser::AddBuiltinDefines( void ) {
|
|||||||
define_t *define;
|
define_t *define;
|
||||||
struct builtin
|
struct builtin
|
||||||
{
|
{
|
||||||
char *string;
|
const char *string;
|
||||||
int id;
|
int id;
|
||||||
} builtin[] = {
|
} builtin[] = {
|
||||||
{ "__LINE__", BUILTIN_LINE },
|
{ "__LINE__", BUILTIN_LINE },
|
||||||
|
|||||||
Reference in New Issue
Block a user