Skip to content

Commit 0905a40

Browse files
committed
[sas_robot_driver.hpp] Fixed missing virtual keyword in destructor.
1 parent a653175 commit 0905a40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/sas_core/sas_robot_driver.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ class RobotDriver
105105
/**
106106
* @brief Virtual destructor for RobotDriver
107107
*/
108-
~RobotDriver();
108+
virtual ~RobotDriver();
109109

110110
/**
111111
* @brief Get current joint positions

0 commit comments

Comments
 (0)