summaryrefslogtreecommitdiff
path: root/libpqpp/pq-cursorselectcommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'libpqpp/pq-cursorselectcommand.h')
-rw-r--r--libpqpp/pq-cursorselectcommand.h6
1 files changed, 3 insertions, 3 deletions
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;
};
}