mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
add virtual destructor to AbstractKernel base class
this fixes a SIGTRAP when destructing the geometry iterator, as that calls delete kernel_.
This commit is contained in:
committed by
Thomas Krijnen
parent
0d7439c7a5
commit
244320dd49
@@ -44,6 +44,8 @@ namespace ifcopenshell {
|
||||
: geometry_library_(geometry_library)
|
||||
, settings_(settings) {}
|
||||
|
||||
virtual ~AbstractKernel() = default;
|
||||
|
||||
virtual bool convert(const taxonomy::ptr, IfcGeom::ConversionResults&);
|
||||
const Settings& settings() const;
|
||||
const std::string& geometry_library() const {
|
||||
|
||||
Reference in New Issue
Block a user