Fixed a typo.
This commit is contained in:
parent
74a337b91e
commit
8957e8e354
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue