Skip to content

Commit

Permalink
Rename create_aabb to use C++ extension
Browse files Browse the repository at this point in the history
This fixes linting errors which assume that .h means that a file
is C (rather than C++).
  • Loading branch information
Kukanani committed Feb 26, 2020
1 parent 809239b commit 40175cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion test/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

#include "vision_msgs/msg/bounding_box2_d.hpp"
#include "vision_msgs/msg/bounding_box3_d.hpp"
#include "vision_msgs/create_aabb.h"
#include "vision_msgs/create_aabb.hpp"

TEST(vision_msgs, CreateAABB2D)
{
Expand Down

0 comments on commit 40175cf

Please sign in to comment.