diff --git a/simgear/emesary/IReceiver.hxx b/simgear/emesary/IReceiver.hxx index bd629087..020f293e 100644 --- a/simgear/emesary/IReceiver.hxx +++ b/simgear/emesary/IReceiver.hxx @@ -31,6 +31,8 @@ namespace simgear class IReceiver : public SGReferenced { public: + virtual ~IReceiver() = default; + /// Receive notification - must be implemented virtual ReceiptStatus Receive(INotification& message) = 0; @@ -47,4 +49,4 @@ namespace simgear } } -#endif \ No newline at end of file +#endif