Skip to content
Snippets Groups Projects
Commit acd9980f authored by Joaquim Casals Buñuel's avatar Joaquim Casals Buñuel
Browse files

Rename LandmarkFactory -> FactoryLandmark

parent 3d4f148f
No related branches found
No related tags found
1 merge request!24After 2nd RAL submission
......@@ -70,7 +70,7 @@ LandmarkBasePtr LandmarkAhp::create(const YAML::Node& _node)
// Register landmark creator
namespace
{
const bool WOLF_UNUSED registered_lmk_ahp = LandmarkFactory::get().registerCreator("LandmarkAhp", LandmarkAhp::create);
const bool WOLF_UNUSED registered_lmk_ahp = FactoryLandmark::get().registerCreator("LandmarkAhp", LandmarkAhp::create);
}
} // namespace wolf
......@@ -56,7 +56,7 @@ LandmarkBasePtr LandmarkHp::create(const YAML::Node& _node)
// Register landmark creator
namespace
{
const bool WOLF_UNUSED registered_lmk_hp = LandmarkFactory::get().registerCreator("LandmarkHp", LandmarkHp::create);
const bool WOLF_UNUSED registered_lmk_hp = FactoryLandmark::get().registerCreator("LandmarkHp", LandmarkHp::create);
}
} // namespace wolf
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment