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

coverity#708721 Uninitialized scalar field

Change-Id: Ief6411d08837fc7b50bdca71bd33503f8eed16b9
üst 16e21955
...@@ -986,6 +986,7 @@ XMLPlaceholderFieldImportContext::XMLPlaceholderFieldImportContext( ...@@ -986,6 +986,7 @@ XMLPlaceholderFieldImportContext::XMLPlaceholderFieldImportContext(
, sPropertyPlaceholderType(sAPI_place_holder_type) , sPropertyPlaceholderType(sAPI_place_holder_type)
, sPropertyPlaceholder(sAPI_place_holder) , sPropertyPlaceholder(sAPI_place_holder)
, sPropertyHint(sAPI_hint) , sPropertyHint(sAPI_hint)
, nPlaceholderType(PlaceholderType::TEXT)
{ {
} }
......
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