]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/JSBSim/FGPiston.cpp
Check return value of FDM::init().
[flightgear.git] / src / FDM / JSBSim / FGPiston.cpp
index 9cce927f646a406055f127ab2ae0bfbff1a4b7f9..186ee1c3df0537023c4e3cc9204aab8638e21e82 100644 (file)
@@ -40,12 +40,16 @@ INCLUDES
 
 #include "FGPiston.h"
 
+static const char *IdSrc = "$Header$";
+static const char *IdHdr = ID_PISTON;
+
 /*******************************************************************************
 ************************************ CODE **************************************
 *******************************************************************************/
 
 
-FGPiston::FGPiston() : FGEngine()
+FGPiston::FGPiston(FGFDMExec* fdex, string enginePath, string engineName, int num) :
+                                 FGEngine(fdex, enginePath, engineName, num)
 {
   //
 }