We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b92f181 commit 4ecc4e5Copy full SHA for 4ecc4e5
rtt_roscomm/include/rtt_roscomm/rtt_rosservice_proxy.h
@@ -233,7 +233,7 @@ class ROSServiceProxyFactoryBase
233
public:
234
235
ROSServiceProxyFactoryBase(const std::string &service_type) : service_type_(service_type) { }
236
-
+ virtual ~ROSServiceProxyFactoryBase() { }
237
//! Get the ROS service type
238
const std::string& getType() { return service_type_; }
239
0 commit comments