Kaydet (Commit) a2c6c2e5 authored tarafından Caolán McNamara's avatar Caolán McNamara

cppcheck: uninitMemberVar

Change-Id: I78acdab89764a27291ca05b0bb1d448608202208
üst 7305941b
......@@ -14,7 +14,9 @@
#include "updatelogging.h"
UpdateLog::UpdateLog() : logFP(nullptr)
UpdateLog::UpdateLog()
: logFP(nullptr)
, sourcePath(nullptr)
{
}
......
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