From 3526af7ec50e46aaa73d038566f42554f70f27b0 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Mon, 4 Aug 2025 19:48:20 +0100 Subject: Fix a lot of clang-tidy warnings --- libpqpp/pq-cursorselectcommand.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libpqpp/pq-cursorselectcommand.h') diff --git a/libpqpp/pq-cursorselectcommand.h b/libpqpp/pq-cursorselectcommand.h index 23798cd..4fcf748 100644 --- a/libpqpp/pq-cursorselectcommand.h +++ b/libpqpp/pq-cursorselectcommand.h @@ -25,8 +25,8 @@ namespace PQ { mutable bool executed; unsigned int fTuples; - std::string s_declare; - std::string s_fetch; - std::string s_close; + std::string sDeclare; + std::string sFetch; + std::string sClose; }; } -- cgit v1.2.3