Skip to content

Commit

Permalink
fix clang warning (#723)
Browse files Browse the repository at this point in the history
Signed-off-by: Dirk Thomas <dirk-thomas@users.noreply.github.com>
Signed-off-by: Siddharth Kucheria <kucheria@usc.edu>
  • Loading branch information
dirk-thomas authored and skucheria committed Jul 13, 2019
1 parent d790f17 commit 6917cfd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rclcpp/test/test_intra_process_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ class PublisherBase
PublisherBase()
: mock_topic_name(""), mock_queue_size(0) {}

virtual ~PublisherBase()
{}

const char * get_topic_name() const
{
return mock_topic_name.c_str();
Expand Down

0 comments on commit 6917cfd

Please sign in to comment.