Fixed conflicting declaration of sql_tables

This commit is contained in:
xboi209 2015-09-22 11:19:27 -07:00
parent 01e9483bb4
commit 5542dbd7d7

View file

@ -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 *);