summaryrefslogtreecommitdiff
path: root/libpqpp/pq-cursorselectcommand.h
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2019-03-30 11:43:32 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2019-03-30 11:43:32 +0000
commit112a648fea61335c2e01f00a1aad584d4fb0d0c8 (patch)
treeae17eea9d81d89c7c53a5f27a3471f19b77ae006 /libpqpp/pq-cursorselectcommand.h
parentMore clang-tidy fixes (diff)
downloadlibdbpp-postgresql-112a648fea61335c2e01f00a1aad584d4fb0d0c8.tar.bz2
libdbpp-postgresql-112a648fea61335c2e01f00a1aad584d4fb0d0c8.tar.xz
libdbpp-postgresql-112a648fea61335c2e01f00a1aad584d4fb0d0c8.zip
Tidy fixes for latest clanglibdbpp-postgresql-1.4.1
Diffstat (limited to 'libpqpp/pq-cursorselectcommand.h')
-rw-r--r--libpqpp/pq-cursorselectcommand.h2
1 files changed, 1 insertions, 1 deletions
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;