nsgmls: resolve coverity warnings related to uninitialed members in C++ classes
This commit is contained in:
@@ -61,7 +61,7 @@ void ExternalId::setLocation(const Location &loc)
|
||||
}
|
||||
|
||||
PublicId::PublicId()
|
||||
: formal_(0)
|
||||
: formal_(0), ownerType_(ISO), textClass_(CAPACITY), unavailable_(false), haveDisplayVersion_(false)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user