From 199d2d9ab387afed554a46a03518d61c3fc82dba Mon Sep 17 00:00:00 2001 From: cxl Date: Thu, 16 Oct 2014 06:48:33 +0000 Subject: [PATCH] Sql: MassInsert Fixed to compile with GCC git-svn-id: svn://ultimatepp.org/upp/trunk@7787 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/Sql/Sqlexp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uppsrc/Sql/Sqlexp.h b/uppsrc/Sql/Sqlexp.h index 5fcb5e2da..ff98469f1 100644 --- a/uppsrc/Sql/Sqlexp.h +++ b/uppsrc/Sql/Sqlexp.h @@ -1,4 +1,4 @@ -enum { +enum Sql_Dialect_Enum { ORACLE = 1, SQLITE3 = 2, MY_SQL = 4,