mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-09 22:04:43 +00:00
committed by
Konstantin Pastbin
parent
556a474fda
commit
e7c04c5459
@@ -141,6 +141,7 @@ void RawGenerator::GenerateCoasts()
|
||||
|
||||
void RawGenerator::GenerateCustom(std::shared_ptr<TranslatorInterface> const & translator)
|
||||
{
|
||||
CHECK(translator, ());
|
||||
m_translators->Append(translator);
|
||||
}
|
||||
|
||||
@@ -148,6 +149,7 @@ void RawGenerator::GenerateCustom(
|
||||
std::shared_ptr<TranslatorInterface> const & translator,
|
||||
std::shared_ptr<FinalProcessorIntermediateMwmInterface> const & finalProcessor)
|
||||
{
|
||||
CHECK(translator && finalProcessor, ());
|
||||
m_translators->Append(translator);
|
||||
m_finalProcessors.emplace(finalProcessor);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user