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

cppcheck: uninitMemberVar

Change-Id: I8409a6f00803e357a20b53fd59d77f155e057753
üst 80c41303
......@@ -10,9 +10,10 @@
#include "blocklist_parser.hxx"
WinBlocklistParser::WinBlocklistParser(const OUString& rURL,
std::vector<wgl::DriverInfo>& rDriverList):
maURL(rURL),
mrDriverList(rDriverList)
std::vector<wgl::DriverInfo>& rDriverList)
: maURL(rURL)
, mrDriverList(rDriverList)
, meBlockType(BlockType::UNKNOWN)
{
}
......
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