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-bulkselectcommand.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libpqpp/pq-bulkselectcommand.h') diff --git a/libpqpp/pq-bulkselectcommand.h b/libpqpp/pq-bulkselectcommand.h index 6470905..6e186a1 100644 --- a/libpqpp/pq-bulkselectcommand.h +++ b/libpqpp/pq-bulkselectcommand.h @@ -9,6 +9,7 @@ namespace PQ { class Connection; + class BulkSelectCommand : public SelectBase, public PreparedStatement { public: BulkSelectCommand(Connection *, const std::string & sql, const PQ::CommandOptionsCPtr & pqco, -- cgit v1.2.3