Add missing statements

This commit is contained in:
Victor Hora
2017-10-06 16:58:17 -04:00
committed by Felipe Zimmerle
parent 63bef3d142
commit d285bc02b8
2 changed files with 2 additions and 1 deletions

View File

@@ -59,6 +59,7 @@ AuditLog::AuditLog()
m_parts(-1),
m_status(NotSetLogStatus),
m_type(NotSetAuditLogType),
m_format(NotSetAuditLogFormat),
m_relevant(""),
m_writer(NULL),
m_refereceCount(1) { }