STL-list for another Java list case.

This commit is contained in:
2025-08-06 03:31:51 -04:00
parent 23f82a705c
commit 4a80d1d594
2 changed files with 7 additions and 13 deletions

View File

@ -33,7 +33,7 @@ private:
~ShapeAndLink () { if (shape) delete shape; };
};
lout::container::typed::List <ShapeAndLink> *shapesAndLinks;
std::list< std::unique_ptr< ShapeAndLink > > shapesAndLinks;
int defaultLink;
public:
ImageMap ();