WIP: a small bugfix introduced with the latest refactoring

This commit is contained in:
Matthias Koefferlein 2020-10-01 23:15:47 +02:00
parent 61f18f7f33
commit 12a7ea4cd3
1 changed files with 1 additions and 1 deletions

View File

@ -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 ());