This commit is contained in:
Thomas Krijnen
2017-08-01 16:45:11 +02:00
parent d10efe69cd
commit aa0a6aa5d1
12 changed files with 222 additions and 42 deletions
+3 -2
View File
@@ -104,9 +104,10 @@ bool IfcSpfHeader::tryRead() {
try {
read();
return true;
} catch(const IfcException&) {
} catch (const std::exception& e) {
Logger::Error(e);
return false;
}
}
}
void IfcSpfHeader::write(std::ostream& os) const {