Skip to content

Commit

Permalink
fix the clang-tidy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rex-schilasky committed Dec 17, 2024
1 parent 157f0c7 commit 35a6208
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ecal/core/include/ecal/msg/dynamic.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ namespace eCAL
/**
* @brief Constructor.
**/
CDynamicMessageSubscriber() : v5::CSubscriber() = default;
CDynamicMessageSubscriber() = default;

/**
* @brief Constructor.
Expand Down
2 changes: 1 addition & 1 deletion ecal/core/include/ecal/msg/subscriber.h
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ namespace eCAL
/**
* @brief Constructor.
**/
CMessageSubscriber() : v5::CSubscriber() = default;
CMessageSubscriber() = default;

/**
* @brief Constructor.
Expand Down

0 comments on commit 35a6208

Please sign in to comment.