From 5ff1709a9e039ec155caecd6d0ea3c512f4be3cb Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 8 Oct 2023 14:44:46 +0100 Subject: Reformat with new clang-format --- libpqpp/pq-command.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libpqpp/pq-command.h') diff --git a/libpqpp/pq-command.h b/libpqpp/pq-command.h index a99bd72..4f1f1ea 100644 --- a/libpqpp/pq-command.h +++ b/libpqpp/pq-command.h @@ -36,6 +36,7 @@ namespace PQ { bool useCursor; bool fetchBinary; }; + using CommandOptionsPtr = std::shared_ptr; using CommandOptionsCPtr = std::shared_ptr; -- cgit v1.2.3