]> git.mxchange.org Git - flightgear.git/blobdiff - src/Environment/fgmetar.cxx
Don't restore initial screen geometry because there is nothing in fg_os* to resize...
[flightgear.git] / src / Environment / fgmetar.cxx
index 0f71c8e4bb355eb44921fedc68978779205faf66..f295536736964996cbeb7a40236ad227892b6ef4 100644 (file)
@@ -16,7 +16,7 @@
 //
 // You should have received a copy of the GNU General Public License
 // along with this program; if not, write to the Free Software
-// Foundation, 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 //
 // $Id$
 
@@ -128,7 +128,7 @@ FGMetar::FGMetar(const string& icao, const string& proxy, const string& port, co
 
        // snow cover
        map<string, SGMetarRunway> rm = getRunways();
-       map<string, SGMetarRunway>::iterator runway;
+       map<string, SGMetarRunway>::const_iterator runway;
        for (runway = rm.begin(); runway != rm.end(); runway++) {
                SGMetarRunway rwy = runway->second;
                if (rwy.getDeposit() >= 3 ) {