]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/globals.cxx
Goodbye automake.
[flightgear.git] / src / Main / globals.cxx
index c4bb125a7151bd4add70f34c26453e08eac7f002..bf302987c420b556a250d75ac05d4b884caab755 100644 (file)
@@ -380,7 +380,7 @@ FGGlobals::get_aircraft_position() const
     throw sg_exception("Can't get aircraft position", "FGGlobals::get_aircraft_position()" );
 }
 
-const SGVec3d&
+SGVec3d
 FGGlobals::get_aircraft_positon_cart() const
 {
     return SGVec3d::fromGeod(get_aircraft_position());