Made dtors virtual, tested on IO and FMU

This commit is contained in:
Lorenz Meier
2013-03-09 21:07:29 +01:00
parent 5baea153e7
commit 802d0ae2fa
15 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -160,7 +160,7 @@ public:
* @param control_cb Callback invoked when reading controls.
*/
Mixer(ControlCallback control_cb, uintptr_t cb_handle);
~Mixer() {};
virtual ~Mixer() {};
/**
* Perform the mixing function.