blob: 9e2f23745d448bff6c199e5651ae6cf617d7b263 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/odb/mysql/mysql-types.hxx b/odb/mysql/mysql-types.hxx
index 1254ccd..5396791 100644
--- a/odb/mysql/mysql-types.hxx
+++ b/odb/mysql/mysql-types.hxx
@@ -7,7 +7,7 @@
#include <odb/mysql/details/config.hxx>
-typedef char my_bool;
+typedef bool my_bool;
typedef struct st_mysql_bind MYSQL_BIND;
#ifdef LIBODB_MYSQL_INCLUDE_SHORT
|