]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/KLN89/kln89_page_apt.hxx
Merge branch 'maint2' into next
[flightgear.git] / src / Instrumentation / KLN89 / kln89_page_apt.hxx
index 2aef1bee79630fc3ed8d4acbc677be4ef163d6a1..33dd5603cd37d0cdebe651098c6c5f0c317907d9 100644 (file)
@@ -26,7 +26,7 @@
 
 #include "kln89.hxx"
 
-#include <Airports/runways.hxx>
+class FGRunway;
 
 struct AptFreq {
        string service;
@@ -60,7 +60,7 @@ private:
        string _save_apt_id;
        const FGAirport* ap;
        
-       vector<FGRunway> _aptRwys;
+       vector<FGRunway*> _aptRwys;
        vector<AptFreq> _aptFreqs;
        
        iap_list_type _iaps;