]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/flight.hxx
MSVC compatibility changes and code tweaks for minor nits caught by the
[flightgear.git] / src / FDM / flight.hxx
index 99e916b8043198a25665fd4af422357eb80960c2..c9e43e6f0cf630e7afed01edd55c9035ce584f1e 100644 (file)
@@ -949,7 +949,7 @@ public:
     }
 
     inline void add_engine( FGEngInterface e ) {
-       return engines.push_back( e );
+       engines.push_back( e );
     }
 };