1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

dma: use virtual destructor

Signed-off-by: Steffen Vogel <post@steffenvogel.de>
This commit is contained in:
Steffen Vogel 2022-12-07 17:02:09 +01:00 committed by Niklas Eiling
parent 53ddbe4e10
commit 4593f6c42f

View file

@ -39,6 +39,7 @@ class Dma : public Node
public:
friend class DmaFactory;
virtual
~Dma();
virtual