From ab47c39c82abee7f0e0cff981dc352fdc310a6fe Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 24 Feb 2019 13:06:07 +0000 Subject: Bring up-to-date with libdbpp. --- libsqlitepp/sqlite-command.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libsqlitepp/sqlite-command.h') diff --git a/libsqlitepp/sqlite-command.h b/libsqlitepp/sqlite-command.h index c66d71d..cbc9932 100644 --- a/libsqlitepp/sqlite-command.h +++ b/libsqlitepp/sqlite-command.h @@ -24,6 +24,7 @@ namespace SQLite { 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