mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 13:03:36 +00:00
Fixed spelling Latvia
Signed-off-by: vikiawv <vikiawv@noreply.codeberg.org>
This commit is contained in:
committed by
Konstantin Pastbin
parent
b052b26081
commit
fd873dfc88
@@ -579,10 +579,10 @@ public:
|
|||||||
{}
|
{}
|
||||||
};
|
};
|
||||||
|
|
||||||
class LativaRoadShieldParser : public SimpleRoadShieldParser
|
class LatviaRoadShieldParser : public SimpleRoadShieldParser
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
explicit LativaRoadShieldParser(std::string const & baseRoadNumber)
|
explicit LatviaRoadShieldParser(std::string const & baseRoadNumber)
|
||||||
: SimpleRoadShieldParser(baseRoadNumber, {{"A", RoadShieldType::Generic_Red}, {"P", RoadShieldType::Generic_Blue}})
|
: SimpleRoadShieldParser(baseRoadNumber, {{"A", RoadShieldType::Generic_Red}, {"P", RoadShieldType::Generic_Blue}})
|
||||||
{}
|
{}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user