]> git.mxchange.org Git - flightgear.git/blobdiff - Main/GLUTmain.cxx
C++-ifying.
[flightgear.git] / Main / GLUTmain.cxx
index c610a8f5b3ab309e3747671344a9d8194a6b0d2c..ee157faffde093a5fec25e8967becc56350c28d1 100644 (file)
@@ -65,7 +65,7 @@
 #include <Debug/fg_debug.h>
 #include <GUI/gui.h>
 #include <Joystick/joystick.h>
-#include <Math/fg_geodesy.h>
+#include <Math/fg_geodesy.hxx>
 #include <Math/mat3.h>
 #include <Math/polar3d.hxx>
 #include <PUI/pu.h>
@@ -894,6 +894,9 @@ int main( int argc, char **argv ) {
 
 
 // $Log$
+// Revision 1.58  1998/10/16 23:27:52  curt
+// C++-ifying.
+//
 // Revision 1.57  1998/10/16 00:54:00  curt
 // Converted to Point3D class.
 //