Skip to content
Snippets Groups Projects
Commit 0ea1dae6 authored by Mirko Wächter's avatar Mirko Wächter
Browse files

added missing virtual destructor

parent 6798220f
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ namespace armarx
public:
AbstractSlave(const armarx::SlaveIdentifier slaveIdentifier, uint16_t slaveNumber);
virtual ~AbstractSlave(){}
/**
* This is called after EtherCAT Bus is PreOp Mode. This is where the PDO Mapping can be configured for the slave.
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment