From d2efdbf6bb91229d043303b1694fefae79ea6fe7 Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Sat, 17 Feb 2018 17:12:26 +0000 Subject: Fix building on Windows (mostly). --- include/modules/sql.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/modules/sql.h') diff --git a/include/modules/sql.h b/include/modules/sql.h index 01adbb42e..14cd60a56 100644 --- a/include/modules/sql.h +++ b/include/modules/sql.h @@ -42,7 +42,7 @@ namespace SQL enum ErrorCode { /** No error has occurred. */ - NO_ERROR, + SUCCESS, /** The database identifier is invalid. */ BAD_DBID, -- cgit v1.3.1-10-gc9f91