X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FGUI%2FAirportList.hxx;h=99d131f567148a212e1d96f89d3fc303d758a130;hb=846fd2169832c8938f04386139de746a06e80d4b;hp=dabd6977829dc81c1419dedd24b0b1450c047dd2;hpb=9fc99b10e207e8af6b3647651fc82a528ed765d2;p=flightgear.git diff --git a/src/GUI/AirportList.hxx b/src/GUI/AirportList.hxx index dabd69778..99d131f56 100644 --- a/src/GUI/AirportList.hxx +++ b/src/GUI/AirportList.hxx @@ -5,7 +5,7 @@ #include #include -#include "dialog.hxx" +#include "FGPUIDialog.hxx" class FGAirportList; @@ -19,7 +19,6 @@ public: virtual void setValue(const char *); private: - FGAirportList *_airports; char **_content; std::string _filter; };