]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/native_fdm.hxx
Bugfix: set temp and dewpoint from the gui
[flightgear.git] / src / Network / native_fdm.hxx
index 18b4cf40bce1bcffc890f1bd3194a677f0ea4490..4a21864c7c8a355ef11edf5ec86af51f1b4d9e17 100644 (file)
@@ -16,7 +16,7 @@
 //
 // You should have received a copy of the GNU General Public License
 // along with this program; if not, write to the Free Software
-// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 //
 // $Id$
 
 
 #include <simgear/timing/timestamp.hxx>
 
-#include <FDM/flight.hxx>
-
 #include "protocol.hxx"
 #include "net_fdm.hxx"
 
 
-class FGNativeFDM : public FGProtocol, public FGInterface {
+class FGNativeFDM : public FGProtocol {
 
     FGNetFDM buf;
     int length;
-
+    
 public:
 
     FGNativeFDM();