Skip to content

Instantly share code, notes, and snippets.

@kahrl
Created March 16, 2015 13:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kahrl/6055560b335017056248 to your computer and use it in GitHub Desktop.
Save kahrl/6055560b335017056248 to your computer and use it in GitHub Desktop.
diff --git a/src/database-sqlite3.cpp b/src/database-sqlite3.cpp
index c937cae..9420c4b 100644
--- a/src/database-sqlite3.cpp
+++ b/src/database-sqlite3.cpp
@@ -65,7 +65,9 @@ Database_SQLite3::Database_SQLite3(const std::string &savedir) :
m_stmt_read(NULL),
m_stmt_write(NULL),
m_stmt_list(NULL),
- m_stmt_delete(NULL)
+ m_stmt_delete(NULL),
+ m_stmt_begin(NULL),
+ m_stmt_end(NULL)
{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment