Fix uninitialized variable.

This commit is contained in:
Jeff Young 2021-08-10 16:51:14 +01:00
parent c536a4c4f2
commit 13fc16b03f
1 changed files with 1 additions and 0 deletions

View File

@ -116,6 +116,7 @@ private:
m_errorCode = aErrorCode;
m_errorTitle = aTitle;
m_settingsKey = aSettingsKey;
m_parent = nullptr;
}
/// A list of all DRC_ITEM types which are valid error codes