Added destructor for controller

This commit is contained in:
2025-06-10 14:58:59 +02:00
parent 08bd303ab3
commit 7906b788f8
3 changed files with 3 additions and 2 deletions

View File

@@ -24,6 +24,7 @@ class turboPmacAxis : public sinqAxis {
/**
* @brief Destroy the turboPmacAxis
*
* This destructor is necessary in order to use the PIMPL idiom.
*/
virtual ~turboPmacAxis();