]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/globals.hxx
Goodbye automake.
[flightgear.git] / src / Main / globals.hxx
index 365ce39887a96a71f413433adbb1bbb21e92f3ce..52df7f514927ef67ef245150ed71fd54777b3558 100644 (file)
@@ -267,7 +267,7 @@ public:
 
     const SGGeod & get_aircraft_position() const;
 
-    const SGVec3d& get_aircraft_positon_cart() const;
+    SGVec3d get_aircraft_positon_cart() const;
     
     inline FGModelMgr *get_model_mgr () { return model_mgr; }