1
0
Fork 0

Fixed a typo.

This commit is contained in:
curt 1999-10-11 23:10:10 +00:00
parent 74a337b91e
commit 8957e8e354

View file

@ -48,8 +48,8 @@ FG_USING_STD(string);
// MSVC++ 6.0 kuldge - Need forward declaration of friends.
class fgMATERIAL;
istream& operator >> ( istream& in, fgMATERIAL& m );
class FGMaterial;
istream& operator >> ( istream& in, FGMaterial& m );
// Material property class
class FGMaterial {