1
0
Fork 0

Fixed a couple warning messages.

This commit is contained in:
curt 1999-10-11 23:09:51 +00:00
parent b86e6ddc11
commit 74a337b91e
2 changed files with 2 additions and 2 deletions

View file

@ -51,7 +51,7 @@ COMMENTS, REFERENCES, and NOTES
[1] Anderson, John D. "Introduction to Flight, Third Edition", McGraw-Hill,
1989, ISBN 0-07-001641-0
/*******************************************************************************
*******************************************************************************
CLASS DECLARATION
*******************************************************************************/

View file

@ -79,7 +79,7 @@ class FGModel
{
public:
FGModel(FGFDMExec*);
~FGModel(void);
virtual ~FGModel(void);
FGModel* NextModel;
string Name;