diff options
-rw-r--r-- | odb/mysql/connection.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/mysql/connection.cxx b/odb/mysql/connection.cxx index 473079d..f665e98 100644 --- a/odb/mysql/connection.cxx +++ b/odb/mysql/connection.cxx @@ -93,7 +93,7 @@ namespace odb } unsigned long long connection:: - execute (const char* s, std::size_t n) + execute (const char* s, size_t n) { clear (); |