From 112a648fea61335c2e01f00a1aad584d4fb0d0c8 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 30 Mar 2019 11:43:32 +0000 Subject: Tidy fixes for latest clang --- libpqpp/pq-cursorselectcommand.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpqpp/pq-cursorselectcommand.h') diff --git a/libpqpp/pq-cursorselectcommand.h b/libpqpp/pq-cursorselectcommand.h index 0f59687..f75c36b 100644 --- a/libpqpp/pq-cursorselectcommand.h +++ b/libpqpp/pq-cursorselectcommand.h @@ -22,7 +22,7 @@ namespace PQ { std::string mkdeclare() const; mutable bool executed; - int fTuples; + unsigned int fTuples; std::string s_declare; std::string s_fetch; std::string s_close; -- cgit v1.2.3