]> git.mxchange.org Git - flightgear.git/blobdiff - src/Environment/metarproperties.hxx
Adapt to simgear SGMath change.
[flightgear.git] / src / Environment / metarproperties.hxx
index 0e157169eb9f23036228c2f6642b04f42b459d70..7d108100defbf7f0d338197c6ca55c4571225d19 100644 (file)
@@ -25,7 +25,7 @@
 
 #include <Airports/simple.hxx>
 #include <simgear/props/props.hxx>
-#include "tiedpropertylist.hxx"
+#include <simgear/props/tiedpropertylist.hxx>
 
 namespace Environment {
 
@@ -89,7 +89,7 @@ private:
     bool _snow_cover;
     std::string _decoded;
 protected:
-    TiedPropertyList _tiedProperties;
+    simgear::TiedPropertyList _tiedProperties;
     MagneticVariation * _magneticVariation;
 };