mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-13 02:47:48 +00:00
Patch by Antti Risteli (andepoikka)
Compile problems on gcc ubuntu-4.4.3 + misc
This commit is contained in:
@@ -587,7 +587,8 @@ EntityPtr Ifc::EntityById(int id) {
|
||||
return it->second;
|
||||
}
|
||||
IfcException::IfcException(std::string e) { error = e; }
|
||||
const char* IfcException::what() const { return error.c_str(); }
|
||||
IfcException::~IfcException() throw () {}
|
||||
const char* IfcException::what() const throw() { return error.c_str(); }
|
||||
void Ifc::Dispose() {
|
||||
file->Close();
|
||||
delete file;
|
||||
|
||||
Reference in New Issue
Block a user