aboutsummaryrefslogtreecommitdiff
path: root/apps/systemlib/mixer/mixer.h
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2013-03-09 21:07:29 +0100
committerLorenz Meier <lm@inf.ethz.ch>2013-03-09 21:07:29 +0100
commit802d0ae2faa101b2a9eaef75f4019160faf250fd (patch)
tree0c5ce3f79a01f1e8329d18536701009470cc598f /apps/systemlib/mixer/mixer.h
parent5baea153e7d76c213c69a03a47cb12a0f8cf6370 (diff)
downloadpx4-firmware-802d0ae2faa101b2a9eaef75f4019160faf250fd.tar.gz
px4-firmware-802d0ae2faa101b2a9eaef75f4019160faf250fd.tar.bz2
px4-firmware-802d0ae2faa101b2a9eaef75f4019160faf250fd.zip
Made dtors virtual, tested on IO and FMU
Diffstat (limited to 'apps/systemlib/mixer/mixer.h')
-rw-r--r--apps/systemlib/mixer/mixer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/systemlib/mixer/mixer.h b/apps/systemlib/mixer/mixer.h
index 00ddf1581..71386cba7 100644
--- a/apps/systemlib/mixer/mixer.h
+++ b/apps/systemlib/mixer/mixer.h
@@ -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.