mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
ownSql: Proper initialization of errId
This commit is contained in:
parent
89c51e7649
commit
ee8a93ae9a
@ -25,7 +25,8 @@
|
||||
namespace Mirall {
|
||||
|
||||
SqlDatabase::SqlDatabase()
|
||||
:_db(0)
|
||||
:_db(0),
|
||||
_errId(0)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user