fix clang warning (#723)
Signed-off-by: Dirk Thomas <dirk-thomas@users.noreply.github.com>
This commit is contained in:
parent
0682ceb3e1
commit
a8f4d391f2
1 changed files with 3 additions and 0 deletions
|
@ -37,6 +37,9 @@ public:
|
||||||
PublisherBase()
|
PublisherBase()
|
||||||
: mock_topic_name(""), mock_queue_size(0) {}
|
: mock_topic_name(""), mock_queue_size(0) {}
|
||||||
|
|
||||||
|
virtual ~PublisherBase()
|
||||||
|
{}
|
||||||
|
|
||||||
const char * get_topic_name() const
|
const char * get_topic_name() const
|
||||||
{
|
{
|
||||||
return mock_topic_name.c_str();
|
return mock_topic_name.c_str();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue