Warnings and errors

This commit is contained in:
Thomas Krijnen
2017-12-29 12:09:07 +01:00
parent 93c3afa1ae
commit 7b3d334472
3 changed files with 9 additions and 7 deletions
+3 -3
View File
@@ -1227,10 +1227,10 @@ IfcFile::IfcFile(IfcParse::IfcSpfStream* s) {
}
IfcFile::IfcFile(const IfcParse::schema_definition* schema)
: schema_(schema)
, ifcroot_type_(schema_->declaration_by_name("IfcRoot"))
: parsing_complete_(false)
, good_(false)
, parsing_complete_(false)
, schema_(schema)
, ifcroot_type_(schema_->declaration_by_name("IfcRoot"))
, MaxId(0)
, tokens(0)
, stream(0)