mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-04 08:43:42 +02:00
WIP: a small bugfix introduced with the latest refactoring
This commit is contained in:
@@ -727,7 +727,7 @@ AsIfFlatRegion::pull_generic (const Texts &other) const
|
||||
std::vector<generic_shape_iterator<db::Text> > others;
|
||||
others.push_back (other.begin ());
|
||||
|
||||
std::auto_ptr<FlatTexts> output (new FlatTexts (merged_semantics ()));
|
||||
std::auto_ptr<FlatTexts> output (new FlatTexts ());
|
||||
std::vector<db::Shapes *> results;
|
||||
results.push_back (&output->raw_texts ());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user