]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/YASim/YASim.hxx
Fix for bug 1304 - crash loading XML route
[flightgear.git] / src / FDM / YASim / YASim.hxx
index 4948f5e28c7df0bb5a7867808dba195179e839a4..5739032af5534ad2e6f004a4d9a6a8ccebf8946e 100644 (file)
@@ -57,7 +57,7 @@ public:
     SGPropertyNode_ptr _catapult_launch_cmd, _tailhook_position_norm;
     SGPropertyNode_ptr _launchbar_position_norm, _launchbar_holdback_pos_norm;
     SGPropertyNode_ptr _launchbar_state, _launchbar_strop;
-    vector<GearProps> _gearProps;
+    std::vector<GearProps> _gearProps;
 };
 
 #endif // _YASIM_HXX