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-column.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libpqpp/pq-column.h') diff --git a/libpqpp/pq-column.h b/libpqpp/pq-column.h index f893fef..f86958e 100644 --- a/libpqpp/pq-column.h +++ b/libpqpp/pq-column.h @@ -7,6 +7,7 @@ namespace PQ { class SelectBase; + class Column : public DB::Column { public: Column(const SelectBase *, unsigned int field); @@ -24,6 +25,7 @@ namespace PQ { std::memcpy(&v, value(), sizeof(T)); return v; } + const char * value() const; std::size_t length() const; -- cgit v1.2.3