nsgmls: resolve coverity warnings related to uninitialed members in C++ classes

This commit is contained in:
Peter Howkins
2018-04-20 01:00:01 +01:00
parent 6e7e9d91e1
commit 3464e80165
25 changed files with 73 additions and 34 deletions

View File

@@ -35,6 +35,7 @@ namespace SP_NAMESPACE {
#endif
Location::Location()
: index_(0)
{
}
@@ -272,6 +273,7 @@ ExternalInfo::~ExternalInfo()
RTTI_DEF0(ExternalInfo)
NamedCharRef::NamedCharRef()
: refStartIndex_(0), refEndType_(endOmitted)
{
}