From d77f801dc01c5e30c0d96e907c8ac14f23d7b630 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Wed, 18 Nov 2020 16:54:48 +0000 Subject: Clang format --- libmysqlpp/my-modifycommand.cpp | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'libmysqlpp/my-modifycommand.cpp') diff --git a/libmysqlpp/my-modifycommand.cpp b/libmysqlpp/my-modifycommand.cpp index 083603f..7610a27 100644 --- a/libmysqlpp/my-modifycommand.cpp +++ b/libmysqlpp/my-modifycommand.cpp @@ -1,12 +1,10 @@ #include "my-modifycommand.h" +#include "connection.h" #include "my-error.h" #include -#include "connection.h" MySQL::ModifyCommand::ModifyCommand(const Connection * conn, const std::string & sql) : - DB::Command(sql), - DB::ModifyCommand(sql), - MySQL::Command(conn, sql) + DB::Command(sql), DB::ModifyCommand(sql), MySQL::Command(conn, sql) { } @@ -23,4 +21,3 @@ MySQL::ModifyCommand::execute(bool anc) } return rows; } - -- cgit v1.2.3