Browse Source

Fix warning from error within the Airmap SDK.

This is at best temporary until we get a properly functional SDK from Airmap.
QGC4.4
Gus Grubba 7 years ago
parent
commit
d59536dbcc
  1. 1
      libs/airmapd/include/airmap/traffic.h

1
libs/airmapd/include/airmap/traffic.h

@ -60,6 +60,7 @@ class Traffic : DoNotCopyOrMove { @@ -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>& update) = 0;

Loading…
Cancel
Save