From 5542dbd7d74aebc67fc7a4c04f5cd03b3b10fed0 Mon Sep 17 00:00:00 2001 From: xboi209 Date: Tue, 22 Sep 2015 11:19:27 -0700 Subject: [PATCH] Fixed conflicting declaration of sql_tables --- src/bnetd/sql_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 *);