Skip to content

Commit

Permalink
from jwhitley review, one argument constructors should be explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
klintan committed Nov 3, 2019
1 parent 13d3bcc commit a3915dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image_proc/include/crop_non_zero.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ namespace image_proc {
class CropNonZeroNode : public rclcpp::Node
{
public:
CropNonZeroNode(const rclcpp::NodeOptions&);
explicit CropNonZeroNode(const rclcpp::NodeOptions&);
private:
std::string camera_namespace_;
std::string image_pub_topic_;
Expand Down

0 comments on commit a3915dd

Please sign in to comment.