diff --git a/src/bnetd/sql_common.h b/src/bnetd/sql_common.h index 0fe20a8..3e4ba27 100644 --- a/src/bnetd/sql_common.h +++ b/src/bnetd/sql_common.h @@ -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 *);