Fixed conflicting declaration of sql_tables
This commit is contained in:
parent
01e9483bb4
commit
5542dbd7d7
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ namespace pvpgn
|
|||
extern const char* tab_prefix;
|
||||
|
||||
#ifndef SQL_ON_DEMAND
|
||||
extern char *sql_tables[];
|
||||
extern char const *sql_tables[];
|
||||
#endif /* SQL_ON_DEMAND */
|
||||
|
||||
extern int sql_init(const char *);
|
||||
|
|
Loading…
Reference in a new issue