summaryrefslogtreecommitdiff
path: root/libsqlitepp/sqlite-command.h
diff options
context:
space:
mode:
Diffstat (limited to 'libsqlitepp/sqlite-command.h')
-rw-r--r--libsqlitepp/sqlite-command.h1
1 files changed, 1 insertions, 0 deletions
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;