]> git.mxchange.org Git - flightgear.git/blobdiff - Main/views.cxx
C++ ifying ...
[flightgear.git] / Main / views.cxx
index 4ea58af4c3daed7ee0072cb17463f509ca374d8d..b806fdc69e80416f5c1776a290bd222370aa041f 100644 (file)
@@ -27,7 +27,7 @@
 #  include <config.h>
 #endif
 
-#include <Aircraft/aircraft.h>
+#include <Aircraft/aircraft.hxx>
 #include <Debug/fg_debug.h>
 #include <Include/fg_constants.h>
 #include <Math/mat3.h>
@@ -585,6 +585,9 @@ fgVIEW::~fgVIEW( void ) {
 
 
 // $Log$
+// Revision 1.23  1998/10/17 01:34:26  curt
+// C++ ifying ...
+//
 // Revision 1.22  1998/10/16 00:54:03  curt
 // Converted to Point3D class.
 //