]> git.mxchange.org Git - simgear.git/blobdiff - simgear/io/sg_serial.hxx
New automake, new problems. Use $base_LIBS where $LIBS was automatically added before
[simgear.git] / simgear / io / sg_serial.hxx
index b6e43cb7ead436b6ef1ea811f436c6f56f8b95f6..6d2e2c756e26f2f8bc9d87e5290a49c8a6cd60c9 100644 (file)
@@ -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;