Skip to content

Commit 4ecc4e5

Browse files
author
Antoine Hoarau
committed
fix clang warning
1 parent b92f181 commit 4ecc4e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rtt_roscomm/include/rtt_roscomm/rtt_rosservice_proxy.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ class ROSServiceProxyFactoryBase
233233
public:
234234

235235
ROSServiceProxyFactoryBase(const std::string &service_type) : service_type_(service_type) { }
236-
236+
virtual ~ROSServiceProxyFactoryBase() { }
237237
//! Get the ROS service type
238238
const std::string& getType() { return service_type_; }
239239

0 commit comments

Comments
 (0)