aboutsummaryrefslogtreecommitdiff
path: root/include/sqlitepp/sqlitepp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sqlitepp/sqlitepp.h')
-rw-r--r--include/sqlitepp/sqlitepp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sqlitepp/sqlitepp.h b/include/sqlitepp/sqlitepp.h
index f253876..efee8b2 100644
--- a/include/sqlitepp/sqlitepp.h
+++ b/include/sqlitepp/sqlitepp.h
@@ -442,7 +442,7 @@ class Database : private Uncopyable, public Openable {
std::shared_ptr<Statement> prepare(const std::string& sql);
private:
- sqlite3* m_handle;
+ sqlite3* m_handle = nullptr;
};
/// \brief A result set returned from a SQL query.