]> git.mxchange.org Git - flightgear.git/blobdiff - src/GUI/AirportList.hxx
- Added ultra-light traffic is now a separate traffic class that can have its
[flightgear.git] / src / GUI / AirportList.hxx
index acac58badaf6e14a036b1bbdc501cd2cbefe04ac..c7e6a11b5dcd9c154f5579777cc7a5442fa3d12e 100644 (file)
@@ -7,14 +7,14 @@
 #include STL_STRING
 
 #include <plib/pu.h>
+#include "dialog.hxx"
 
-#include "puList.hxx"
 
 SG_USING_STD(string);
 
 class FGAirportList;
 
-class AirportList : public puList
+class AirportList : public puList, public GUI_ID
 {
  public:
     AirportList (int x, int y, int width, int height);