From 0778234c3ffd82f3b9987bcb64de32f2647aba4d Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 12 Dec 2020 17:24:21 +0000 Subject: Replace straggling typedef --- libmysqlpp/my-command.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmysqlpp/my-command.h') 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 stmt; - typedef std::vector Binds; + using Binds = std::vector; Binds binds; bool paramsNeedBinding; }; -- cgit v1.2.3