From d59536dbcc7fa42fafa2849d8256765479bf6c87 Mon Sep 17 00:00:00 2001 From: Gus Grubba Date: Fri, 28 Sep 2018 14:57:43 -0400 Subject: [PATCH] Fix warning from error within the Airmap SDK. This is at best temporary until we get a properly functional SDK from Airmap. --- libs/airmapd/include/airmap/traffic.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/airmapd/include/airmap/traffic.h b/libs/airmapd/include/airmap/traffic.h index 0a043aee4..5d80f73a7 100644 --- a/libs/airmapd/include/airmap/traffic.h +++ b/libs/airmapd/include/airmap/traffic.h @@ -60,6 +60,7 @@ class Traffic : DoNotCopyOrMove { /// Subscriber abstracts handling of batches of Update instances. class Subscriber { public: + virtual ~Subscriber() = default; /// handle_update is invoked when a new batch of Update instances /// is available. virtual void handle_update(Update::Type type, const std::vector& update) = 0; -- 2.22.0