summaryrefslogtreecommitdiff
path: root/lib/input/mysqlStmt.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/input/mysqlStmt.h')
-rw-r--r--lib/input/mysqlStmt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/input/mysqlStmt.h b/lib/input/mysqlStmt.h
index 09b5c73..4a4ad8f 100644
--- a/lib/input/mysqlStmt.h
+++ b/lib/input/mysqlStmt.h
@@ -17,7 +17,7 @@ namespace MyGrate::Input {
class MySQLPrepStmt : public DbPrepStmt {
public:
MySQLPrepStmt(const char * const q, MYSQL * c);
- void execute(const std::initializer_list<DbValue> & vs) override;
+ void execute(const std::span<const DbValue> vs) override;
std::size_t rows() const override;