Skip to content

Commit fd72bb3

Browse files
committed
Update
1 parent e832f3f commit fd72bb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

micro_ros_agent/include/agent/Agent.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class Agent
4343
eprosima::uxr::AgentInstance& xrce_dds_agent_instance_;
4444
std::map<eprosima::fastdds::dds::DomainId_t, std::shared_ptr<graph_manager::GraphManager>> graph_manager_map_;
4545

46-
std::shared_ptr<graph_manager::GraphManager> Agent::find_or_create_graph_manager(eprosima::fastdds::dds::DomainId_t domain_id);
46+
std::shared_ptr<graph_manager::GraphManager> find_or_create_graph_manager(eprosima::fastdds::dds::DomainId_t domain_id);
4747
};
4848

4949
} // namespace agent

0 commit comments

Comments
 (0)