]> git.mxchange.org Git - simgear.git/blobdiff - simgear/io/sg_serial.hxx
Mac OS X fixes from Markus Morawitz
[simgear.git] / simgear / io / sg_serial.hxx
index b6e43cb7ead436b6ef1ea811f436c6f56f8b95f6..bb51ce33afb0bdd07579c6f04048c4bd4ae39711 100644 (file)
@@ -5,7 +5,7 @@
 
 // Written by Curtis Olson, started November 1999.
 //
-// Copyright (C) 1999  Curtis L. Olson - curt@flightgear.org
+// Copyright (C) 1999  Curtis L. Olson - http://www.flightgear.org/~curt
 //
 // This program is free software; you can redistribute it and/or
 // modify it under the terms of the GNU General Public License as
@@ -55,7 +55,7 @@ class SGSerial : public SGIOChannel {
 
     string device;
     string baud;
-    FGSerialPort port;
+    SGSerialPort port;
 
     char save_buf[ 2 * SG_IO_MAX_MSG_SIZE ];
     int save_len;