summaryrefslogtreecommitdiff
path: root/libpqpp/pq-selectcommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'libpqpp/pq-selectcommand.h')
-rw-r--r--libpqpp/pq-selectcommand.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libpqpp/pq-selectcommand.h b/libpqpp/pq-selectcommand.h
index c72c314..cc35957 100644
--- a/libpqpp/pq-selectcommand.h
+++ b/libpqpp/pq-selectcommand.h
@@ -14,8 +14,8 @@ namespace PQ {
SelectCommand(const Connection *, const std::string & sql, unsigned int no);
virtual ~SelectCommand();
- bool fetch();
- void execute();
+ bool fetch() override;
+ void execute() override;
private:
void fetchTuples();