Kaydet (Commit) 5268927d authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Initialise m_pDBManager to nullptr in the !HAVE_FEATURE_DBCONNECTIVITY case

Change-Id: Id18bafaaf8f5315a0590687d98ea97952bdf883b
üst 4dcd5406
......@@ -345,6 +345,8 @@ SwDoc::SwDoc()
// Create DBManager
m_pOwnDBManager.reset(new SwDBManager(this));
m_pDBManager = m_pOwnDBManager.get();
#else
m_pDBManager = nullptr;
#endif
// create TOXTypes
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment