]> git.mxchange.org Git - flightgear.git/blobdiff - src/Environment/fgmetar.hxx
fix a pointer reference.
[flightgear.git] / src / Environment / fgmetar.hxx
index 67874d4925c8168afc2f1e9e5c077634d90a097c..c75a3c2491984972e8bf7d8b7b6156e8844473dc 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$
 
 
 #include <simgear/environment/metar.hxx>
 
-SG_USING_STD(vector);
-SG_USING_STD(map);
-SG_USING_STD(string);
+using std::vector;
+using std::map;
+using std::string;
 
 
-class FGMetar : public SGMetar {
+class FGMetar : public SGMetar, public SGReferenced {
 public:
        FGMetar(const string& icao, const string& proxy = "", const string& port = "",
                        const string &auth = "");