From 220b78a7ae3b2e936aa1e6e360e102acfee7ba0f Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Tue, 29 Dec 2015 04:28:57 +0000 Subject: Non-const command getters --- libpqpp/pq-connection.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libpqpp/pq-connection.h') diff --git a/libpqpp/pq-connection.h b/libpqpp/pq-connection.h index 85dde59..4354d47 100644 --- a/libpqpp/pq-connection.h +++ b/libpqpp/pq-connection.h @@ -27,8 +27,8 @@ namespace PQ { DB::BulkDeleteStyle bulkDeleteStyle() const override; DB::BulkUpdateStyle bulkUpdateStyle() const override; - DB::SelectCommand * newSelectCommand(const std::string & sql) const override; - DB::ModifyCommand * newModifyCommand(const std::string & sql) const override; + DB::SelectCommand * newSelectCommand(const std::string & sql) override; + DB::ModifyCommand * newModifyCommand(const std::string & sql) override; int64_t insertId() const override; -- cgit v1.2.3