summaryrefslogtreecommitdiff
path: root/libmysqlpp/my-command.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmysqlpp/my-command.h')
-rw-r--r--libmysqlpp/my-command.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmysqlpp/my-command.h b/libmysqlpp/my-command.h
index 4a6426b..1161b77 100644
--- a/libmysqlpp/my-command.h
+++ b/libmysqlpp/my-command.h
@@ -38,7 +38,7 @@ namespace MySQL {
const Connection * c;
std::unique_ptr<MYSQL_STMT, decltype(&mysql_stmt_close)> stmt;
- typedef std::vector<MYSQL_BIND> Binds;
+ using Binds = std::vector<MYSQL_BIND>;
Binds binds;
bool paramsNeedBinding;
};