From: curt Date: Mon, 11 Oct 1999 23:10:10 +0000 (+0000) Subject: Fixed a typo. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8957e8e3547e6460628df54a1cd6d1512600bfdd;p=flightgear.git Fixed a typo. --- diff --git a/src/Objects/material.hxx b/src/Objects/material.hxx index 24b0d6c9a..09da8f7ef 100644 --- a/src/Objects/material.hxx +++ b/src/Objects/material.hxx @@ -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 {