about summary refs log tree commit diff
path: root/src/libstore/sqlite.hh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/libstore/sqlite.hh2
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);