summaryrefslogtreecommitdiff
path: root/libpqpp/pq-modifycommand.h
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2015-12-29 05:16:51 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2015-12-29 06:00:08 +0000
commit2a8c566bee4f12f48a441fd37f64102328eac6d0 (patch)
tree68d232be8d4a10877ac56268a2e309f39fe4deef /libpqpp/pq-modifycommand.h
parentTidy up (diff)
downloadlibdbpp-postgresql-2a8c566bee4f12f48a441fd37f64102328eac6d0.tar.bz2
libdbpp-postgresql-2a8c566bee4f12f48a441fd37f64102328eac6d0.tar.xz
libdbpp-postgresql-2a8c566bee4f12f48a441fd37f64102328eac6d0.zip
Improve and centralise transaction handling logiclibdbpp-postgresql-1.0.0
Diffstat (limited to 'libpqpp/pq-modifycommand.h')
-rw-r--r--libpqpp/pq-modifycommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpqpp/pq-modifycommand.h b/libpqpp/pq-modifycommand.h
index 20e5035..5f48074 100644
--- a/libpqpp/pq-modifycommand.h
+++ b/libpqpp/pq-modifycommand.h
@@ -8,7 +8,7 @@ namespace PQ {
class Connection;
class ModifyCommand : public DB::ModifyCommand, public Command {
public:
- ModifyCommand(const Connection *, const std::string & sql, unsigned int no);
+ ModifyCommand(Connection *, const std::string & sql, unsigned int no);
virtual ~ModifyCommand();
unsigned int execute(bool) override;