Skip to content

Commit

Permalink
Merge pull request #1812 from k-okada/fix_roso
Browse files Browse the repository at this point in the history
remove inline from ConnectionBaseNodelet::isSubscribed()
  • Loading branch information
k-okada authored Jan 6, 2025
2 parents 94ce5f6 + 5e7942f commit 2b14d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsk_topic_tools/src/connection_based_nodelet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ namespace jsk_topic_tools
}
}

inline bool ConnectionBasedNodelet::isSubscribed()
bool ConnectionBasedNodelet::isSubscribed()
{
return connection_status_ == SUBSCRIBED;
}
Expand Down

0 comments on commit 2b14d79

Please sign in to comment.