]> git.mxchange.org Git - flightgear.git/commitdiff
Removed an extraneous ^M.
authorcurt <curt>
Mon, 6 Jul 1998 21:31:20 +0000 (21:31 +0000)
committercurt <curt>
Mon, 6 Jul 1998 21:31:20 +0000 (21:31 +0000)
Cockpit/hud.cxx

index 27ed4b5e11fa061e5e0aff5da460916f05b4fcf3..4e16aa9f55f380b0ad0c06f9aa8120bf5a26aa65 100644 (file)
@@ -64,9 +64,7 @@ extern "C" {
 // They should eventually be member functions of the aircraft.
 //
 
-//using namespace std;
-\r
-\rdeque< instr_item * > HUD_deque;
+deque< instr_item * > HUD_deque;
 
 class locRECT {
   public:
@@ -584,9 +582,12 @@ void fgUpdateHUD( void ) {
 }
 
 /* $Log$
-/* Revision 1.13  1998/07/03 13:16:28  curt
-/* Added Charlie Hotchkiss's HUD updates and improvementes.
+/* Revision 1.14  1998/07/06 21:31:20  curt
+/* Removed an extraneous ^M.
 /*
+ * Revision 1.13  1998/07/03 13:16:28  curt
+ * Added Charlie Hotchkiss's HUD updates and improvementes.
+ *
  * Revision 1.11  1998/06/05 18:17:10  curt
  * Added the declaration of memmove needed by the stl which apparently
  * solaris only defines for cc compilations and not for c++ (__STDC__)