Properly clear log_stream

This commit is contained in:
Thomas Krijnen
2011-10-24 19:26:55 +00:00
parent bd79df2be7
commit bede68bef7
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -691,7 +691,7 @@ void Ifc::Dispose() {
delete file;
delete tokens;
offsets.clear();
log_stream.clear();
log_stream.str("");
}
float UnitPrefixToValue( Ifc2x3::IfcSIPrefix::IfcSIPrefix v ) {