diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-01-13 11:32:34 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-01-13 11:32:34 +0200 |
commit | 9c775824ef0b51cbc894b62712bde5f0c12fb144 (patch) | |
tree | 2bdd54fa1b618ebc09af1239ae38935e75fcc5a7 | |
parent | be403973de9898f79dc032a73e5d32a0f958ca1b (diff) |
Remove unneeded qualification
-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 (); |