diff options
Diffstat (limited to 'src/libstore/sqlite.hh')
-rw-r--r-- | src/libstore/sqlite.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libstore/sqlite.hh b/src/libstore/sqlite.hh index b953978417aa..326e4a4855b7 100644 --- a/src/libstore/sqlite.hh +++ b/src/libstore/sqlite.hh @@ -40,6 +40,8 @@ struct SQLiteStmt public: + ~Use(); + /* Bind the next parameter. */ Use & operator () (const std::string & value, bool notNull = true); Use & operator () (int64_t value, bool notNull = true); |