summaryrefslogtreecommitdiffhomepage
path: root/storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage.h')
-rw-r--r--storage.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/storage.h b/storage.h
index 34144ee..fe8d060 100644
--- a/storage.h
+++ b/storage.h
@@ -41,6 +41,7 @@ private:
CompiledSQL m_stmt_create;
CompiledSQL m_stmt_getNumberOfDocuments;
CompiledSQL m_stmt_cleanup;
+ CompiledSQL m_stmt_vacuum;
CompiledSQL m_stmt_exists;
CompiledSQL m_stmt_getDocument;
CompiledSQL m_stmt_getRevision;