Skip to content

Commit 52afe81

Browse files
author
Mauro Passerino
committed
Use RCLCPP_SMART_PTR_ALIASES_ONLY
1 parent 930d9a7 commit 52afe81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rclcpp/include/rclcpp/experimental/buffers/events_queue.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ namespace buffers
4242
class EventsQueue
4343
{
4444
public:
45-
RCLCPP_SMART_PTR_DEFINITIONS(EventsQueue)
45+
RCLCPP_SMART_PTR_ALIASES_ONLY(EventsQueue)
4646

4747
/**
4848
* @brief Destruct the object.

0 commit comments

Comments
 (0)