ownSql: Proper initialization of errId

This commit is contained in:
Klaas Freitag 2014-10-16 10:39:10 +02:00
parent 89c51e7649
commit ee8a93ae9a

View File

@ -25,7 +25,8 @@
namespace Mirall {
SqlDatabase::SqlDatabase()
:_db(0)
:_db(0),
_errId(0)
{
}