From a84a696a3812446a33761cc0b1669d0f5bbf9335 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Thu, 7 Feb 2019 19:35:18 +0000 Subject: Update to new libdbpp interface --- libmysqlpp/my-command.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libmysqlpp/my-command.h') diff --git a/libmysqlpp/my-command.h b/libmysqlpp/my-command.h index 71f7d51..ddb2d11 100644 --- a/libmysqlpp/my-command.h +++ b/libmysqlpp/my-command.h @@ -25,6 +25,7 @@ namespace MySQL { void bindParamF(unsigned int, float) override; void bindParamS(unsigned int, const Glib::ustring&) override; + void bindParamS(unsigned int, const std::string_view&) override; void bindParamT(unsigned int, const boost::posix_time::time_duration &) override; void bindParamT(unsigned int, const boost::posix_time::ptime &) override; -- cgit v1.2.3