X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FAirports%2Frunwayprefloader.hxx;h=f86fd327ee55d9b114bd0d028e138e2b2ae87e9a;hb=71fbacc6dc5afe0eda851c9b1a42d73a3ed463db;hp=9ee489b10f47cc367f7e44b739573595461b1494;hpb=33486a03083a80c7eed530a88fa44dcae8cda192;p=flightgear.git diff --git a/src/Airports/runwayprefloader.hxx b/src/Airports/runwayprefloader.hxx index 9ee489b10..f86fd327e 100644 --- a/src/Airports/runwayprefloader.hxx +++ b/src/Airports/runwayprefloader.hxx @@ -1,3 +1,18 @@ +// This program is free software; you can redistribute it and/or +// modify it under the terms of the GNU General Public License as +// published by the Free Software Foundation; either version 2 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, but +// WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program; if not, write to the Free Software +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +// + #ifndef _RUNWAY_PREF_LOADER_HXX_ #define _RUNWAY_PREF_LOADER_HXX_ @@ -9,7 +24,7 @@ #include "runwayprefs.hxx" -SG_USING_STD(string); +using std::string; class FGRunwayPreferenceXMLLoader : public XMLVisitor { public: