]> git.mxchange.org Git - flightgear.git/blobdiff - src/Environment/fgmetar.hxx
Bugfix - untie property.
[flightgear.git] / src / Environment / fgmetar.hxx
index 8a9884cc80d03501557f35f8ae1a5d647bea51a0..c75a3c2491984972e8bf7d8b7b6156e8844473dc 100644 (file)
@@ -35,7 +35,7 @@ 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 = "");