mirror of https://github.com/KLayout/klayout.git
issue #1742 fixed: proper tracking of references of RecursiveShapeIterator - this will fix the segfault, but not the general issue of the ticket.
This commit is contained in:
parent
b32329c920
commit
f4736759b6
|
|
@ -51,6 +51,7 @@ class RecursiveShapeReceiver;
|
|||
* shape classes and shape properties.
|
||||
*/
|
||||
class DB_PUBLIC RecursiveShapeIterator
|
||||
: public gsi::ObjectBase
|
||||
{
|
||||
public:
|
||||
typedef db::Layout layout_type;
|
||||
|
|
|
|||
Loading…
Reference in New Issue