summaryrefslogtreecommitdiff
path: root/libpqpp/pq-modifycommand.h
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2015-12-29 05:01:53 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2015-12-29 06:00:07 +0000
commit710133b747c45fd2f62982f734ea5b6233e99333 (patch)
tree91d36ce3c84fa8ed7432fe2ffa5dcef43c31c96d /libpqpp/pq-modifycommand.h
parentNon-const insertId (diff)
downloadlibdbpp-postgresql-710133b747c45fd2f62982f734ea5b6233e99333.tar.bz2
libdbpp-postgresql-710133b747c45fd2f62982f734ea5b6233e99333.tar.xz
libdbpp-postgresql-710133b747c45fd2f62982f734ea5b6233e99333.zip
Add missing override attribute
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 d29cf5e..20e5035 100644
--- a/libpqpp/pq-modifycommand.h
+++ b/libpqpp/pq-modifycommand.h
@@ -11,7 +11,7 @@ namespace PQ {
ModifyCommand(const Connection *, const std::string & sql, unsigned int no);
virtual ~ModifyCommand();
- unsigned int execute(bool);
+ unsigned int execute(bool) override;
private:
void prepare() const;