]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/JSBSim/FGFactorGroup.h
First steps in a weather reorganization. Note especially that
[flightgear.git] / src / FDM / JSBSim / FGFactorGroup.h
index 2a2b418aab272504d6ccd46395f50869906c12b9..0484119a1afcddfa4372358fedd33b990d81c2d3 100644 (file)
@@ -111,7 +111,7 @@ class FGFactorGroup: public FGCoefficient {
     typedef vector<FGCoefficient*> CoeffArray;
     CoeffArray sum;
     double SDtotal;
-    void Debug(void);
+    void Debug(int from);
 };
     
 #endif