Skip to content

Commit

Permalink
Merge branch 'main' into chapulina/4_to_5
Browse files Browse the repository at this point in the history
  • Loading branch information
adlarkin authored Mar 19, 2021
2 parents 34f640a + 636bad5 commit d8c8bda
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions include/ignition/gazebo/components/Factory.hh
Original file line number Diff line number Diff line change
Expand Up @@ -310,13 +310,11 @@ namespace components
private: std::map<ComponentTypeId, StorageDescriptorBase *> storagesById;

/// \brief A list of IDs and their equivalent names.
/// \detail Make it non-static on version 2.0.
public: inline static std::map<ComponentTypeId, std::string> namesById;
public: std::map<ComponentTypeId, std::string> namesById;

/// \brief Keep track of the runtime names for types and warn the user if
/// they try to register different types with the same typeName.
/// \detail Make it non-static on version 2.0.
public: inline static std::map<ComponentTypeId, std::string>
public: std::map<ComponentTypeId, std::string>
runtimeNamesById;
};

Expand Down

0 comments on commit d8c8bda

Please sign in to comment.