X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FAirports%2Fdynamics.hxx;h=ecadb9d62205b91fcfc8f538fe1c37a3a5703d85;hb=e16f772e54216b0088ca9cb3f3b0fb062be8bfdb;hp=60921821863438f422f2ad51e4c32d441d9dede3;hpb=8ca420ec53ae9a4d2ca731c3a0db5fb68c2961e4;p=flightgear.git diff --git a/src/Airports/dynamics.hxx b/src/Airports/dynamics.hxx index 609218218..ecadb9d62 100644 --- a/src/Airports/dynamics.hxx +++ b/src/Airports/dynamics.hxx @@ -119,8 +119,8 @@ public: FGApproachController *getApproachController() { return &approachController; }; const string& getAtisInformation() { return atisInformation; }; - int getGroundFrequency(unsigned leg); //{ return freqGround.size() ? freqGround[0] : 0; }; - + int getGroundFrequency (unsigned leg); //{ return freqGround.size() ? freqGround[0] : 0; }; + int getTowerFrequency (unsigned nr); void setRwyUse(const FGRunwayPreference& ref); };