]> git.mxchange.org Git - flightgear.git/blobdiff - src/GUI/AirportList.hxx
Clear chat messages when an aircraft becomes inactive in the property tree.
[flightgear.git] / src / GUI / AirportList.hxx
index 16a8e8522be91cbf08919813a481c16d74e97658..c7e6a11b5dcd9c154f5579777cc7a5442fa3d12e 100644 (file)
@@ -1,14 +1,20 @@
 // AirportList.hxx - scrolling list of airports.
 
 #ifndef __AIRPORTLIST_HXX
+#define __AIRPORTLIST_HXX
+
+#include <simgear/compiler.h>
+#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);
@@ -28,5 +34,3 @@ class AirportList : public puList
 };
 
 #endif // __AIRPORTLIST_HXX
-
-// end of AirportList.hxx