Fixed a couple warning messages.
This commit is contained in:
parent
b86e6ddc11
commit
74a337b91e
2 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@ COMMENTS, REFERENCES, and NOTES
|
||||||
[1] Anderson, John D. "Introduction to Flight, Third Edition", McGraw-Hill,
|
[1] Anderson, John D. "Introduction to Flight, Third Edition", McGraw-Hill,
|
||||||
1989, ISBN 0-07-001641-0
|
1989, ISBN 0-07-001641-0
|
||||||
|
|
||||||
/*******************************************************************************
|
*******************************************************************************
|
||||||
CLASS DECLARATION
|
CLASS DECLARATION
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
|
|
|
@ -79,7 +79,7 @@ class FGModel
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
FGModel(FGFDMExec*);
|
FGModel(FGFDMExec*);
|
||||||
~FGModel(void);
|
virtual ~FGModel(void);
|
||||||
|
|
||||||
FGModel* NextModel;
|
FGModel* NextModel;
|
||||||
string Name;
|
string Name;
|
||||||
|
|
Loading…
Add table
Reference in a new issue