From 12a7ea4cd3ee3b7986dc701b05f6b8c8dae57d0a Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Thu, 1 Oct 2020 23:15:47 +0200 Subject: [PATCH] WIP: a small bugfix introduced with the latest refactoring --- src/db/db/dbAsIfFlatRegion.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/db/db/dbAsIfFlatRegion.cc b/src/db/db/dbAsIfFlatRegion.cc index 0f6c89940..6fd2073df 100644 --- a/src/db/db/dbAsIfFlatRegion.cc +++ b/src/db/db/dbAsIfFlatRegion.cc @@ -727,7 +727,7 @@ AsIfFlatRegion::pull_generic (const Texts &other) const std::vector > others; others.push_back (other.begin ()); - std::auto_ptr output (new FlatTexts (merged_semantics ())); + std::auto_ptr output (new FlatTexts ()); std::vector results; results.push_back (&output->raw_texts ());