diff options
Diffstat (limited to 'test/util/merge_lines.test.cpp')
-rw-r--r-- | test/util/merge_lines.test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/util/merge_lines.test.cpp b/test/util/merge_lines.test.cpp index 032a09ba21..f76a1ea72a 100644 --- a/test/util/merge_lines.test.cpp +++ b/test/util/merge_lines.test.cpp @@ -19,7 +19,7 @@ LineString<int16_t> emptyLine; class SymbolFeatureStub : public SymbolFeature { public: - SymbolFeatureStub(optional<FeatureIdentifier> id_, FeatureType type_, GeometryCollection geometry_, + SymbolFeatureStub(FeatureIdentifier id_, FeatureType type_, GeometryCollection geometry_, PropertyMap properties_, optional<std::u16string> text_, optional<std::string> icon_, std::size_t index_) : SymbolFeature(std::make_unique<StubGeometryTileFeature>(std::move(id_), type_, std::move(geometry_), std::move(properties_))) |