Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0c61429

Browse files
committedMay 15, 2024·
feat: add explicit
Signed-off-by: TetsuKawa <kawaguchitnon@icloud.com>
1 parent 0e5c2df commit 0c61429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎system/system_error_monitor/include/system_error_monitor/system_error_monitor_core.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ struct KeyName
6464
class AutowareErrorMonitor : public rclcpp::Node
6565
{
6666
public:
67-
AutowareErrorMonitor(const rclcpp::NodeOptions & options);
67+
explicit AutowareErrorMonitor(const rclcpp::NodeOptions & options);
6868

6969
private:
7070
// Parameter

0 commit comments

Comments
 (0)
Please sign in to comment.