summaryrefslogtreecommitdiff
path: root/libsqlitepp/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'libsqlitepp/command.h')
-rw-r--r--libsqlitepp/command.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libsqlitepp/command.h b/libsqlitepp/command.h
index ee099e1..f1d12e9 100644
--- a/libsqlitepp/command.h
+++ b/libsqlitepp/command.h
@@ -18,6 +18,8 @@ namespace SQLite {
void bindParamI(unsigned int, long unsigned int) override;
void bindParamI(unsigned int, long long unsigned int) override;
+ void bindParamB(unsigned int, bool) override;
+
void bindParamF(unsigned int, double) override;
void bindParamF(unsigned int, float) override;