STL-list for another Java list case.
This commit is contained in:
@ -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 ();
|
||||
|
Reference in New Issue
Block a user