summaryrefslogtreecommitdiff
path: root/lib/input/mysqlConn.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/input/mysqlConn.h')
-rw-r--r--lib/input/mysqlConn.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/input/mysqlConn.h b/lib/input/mysqlConn.h
index bd53616..3e775c1 100644
--- a/lib/input/mysqlConn.h
+++ b/lib/input/mysqlConn.h
@@ -13,6 +13,7 @@ namespace MyGrate::Input {
class MySQLErr : public std::runtime_error {
public:
MySQLErr(const std::string & when, MYSQL *);
+ MySQLErr(const std::string & when, MYSQL_STMT *);
};
class MySQLConn : public MYSQL, public DbConn {