mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-21 13:53:37 +00:00
[openlr_decoder] Fix faulty merge
Signed-off-by: mvglasow <michael -at- vonglasow.com>
This commit is contained in:
@@ -436,7 +436,7 @@ bool OpenLRDecoder::SegmentsFilter::Matches(LinearSegment const & segment) const
|
||||
// OpenLRDecoder -----------------------------------------------------------------------------
|
||||
OpenLRDecoder::OpenLRDecoder(DataSource & dataSource,
|
||||
CountryParentNameGetter const & countryParentNameGetter)
|
||||
: m_dataSources(dataSources)
|
||||
: m_dataSource(dataSource)
|
||||
, m_countryParentNameGetter(countryParentNameGetter)
|
||||
{}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user