Final corrections to make merged code compile, and reduce the adding and removing of other markers

This commit is contained in:
heurist1 2023-02-28 23:00:51 +00:00
parent 778111d466
commit daf63de55f
2 changed files with 2 additions and 1 deletions

View file

@ -272,6 +272,7 @@ public:
std::database::AirlinesDBRecord airline_record = {};
GeoMapView* geomap_view { nullptr };
private:
AircraftRecentEntry entry_copy { 0 };
std::function<void(void)> on_close_ { };