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

coverity#707682 Uninitialized scalar field

Change-Id: I1230c42c76aee4e9a2a149a27ef11e163753865a
üst 173234f3
...@@ -35,7 +35,7 @@ namespace configmgr { ...@@ -35,7 +35,7 @@ namespace configmgr {
ParseManager::ParseManager( ParseManager::ParseManager(
OUString const & url, rtl::Reference< Parser > const & parser) OUString const & url, rtl::Reference< Parser > const & parser)
: reader_(url), parser_(parser) : reader_(url), parser_(parser), itemNamespaceId_(-1)
{ {
assert(parser.is()); assert(parser.is());
int id; int id;
......
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