summaryrefslogtreecommitdiff
path: root/libpqpp/pq-error.h
diff options
context:
space:
mode:
Diffstat (limited to 'libpqpp/pq-error.h')
-rw-r--r--libpqpp/pq-error.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpqpp/pq-error.h b/libpqpp/pq-error.h
index c9693f7..08d86b9 100644
--- a/libpqpp/pq-error.h
+++ b/libpqpp/pq-error.h
@@ -8,7 +8,7 @@
namespace PQ {
class Error : public AdHoc::Exception<DB::Error> {
public:
- Error(const PGconn *);
+ explicit Error(const PGconn *);
std::string message() const noexcept override;