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:
Matthias Koefferlein 2024-06-16 09:55:46 +02:00
parent b32329c920
commit f4736759b6
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ class RecursiveShapeReceiver;
* shape classes and shape properties. * shape classes and shape properties.
*/ */
class DB_PUBLIC RecursiveShapeIterator class DB_PUBLIC RecursiveShapeIterator
: public gsi::ObjectBase
{ {
public: public:
typedef db::Layout layout_type; typedef db::Layout layout_type;