Skip to content
This repository was archived by the owner on Oct 17, 2025. It is now read-only.

Commit b132ec5

Browse files
authored
Update node.hh
1 parent b52cb15 commit b132ec5

File tree

1 file changed

+3
-3
lines changed
  • gazebo_ros2_control/include/gazebo_ros2_control

1 file changed

+3
-3
lines changed

gazebo_ros2_control/include/gazebo_ros2_control/node.hh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
*
1616
*/
1717

18-
#ifndef GAZEBO_ROS2_CONTROL__NODE_HH_
19-
#define GAZEBO_ROS2_CONTROL__NODE_HH_
18+
#ifndef GAZEBO_TRANSPORT_NODE_HH_
19+
#define GAZEBO_TRANSPORT_NODE_HH_
2020

2121
#undef emit
2222
#include <tbb/task.h>
@@ -607,4 +607,4 @@ private:
607607
};
608608
} // namespace transport
609609
} // namespace gazebo
610-
#endif // GAZEBO_ROS2_CONTROL__NODE_HH_
610+
#endif // GAZEBO_TRANSPORT_NODE_HH_

0 commit comments

Comments
 (0)