X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FNetwork%2Flfsglass.hxx;h=6844ed3784181e81accd3f358cff64ce977f26fa;hb=a61f34667fdb43198f707e719f56f5bbaf2fb7b5;hp=6a496f984d054c7a3ef5b6bd965f86054222a8f4;hpb=e48967cb1de18922fb148f05fe56966af917688f;p=flightgear.git diff --git a/src/Network/lfsglass.hxx b/src/Network/lfsglass.hxx index 6a496f984..6844ed378 100644 --- a/src/Network/lfsglass.hxx +++ b/src/Network/lfsglass.hxx @@ -28,15 +28,14 @@ #include -#include STL_STRING +#include -#include #include
#include "protocol.hxx" #include "lfsglass_data.hxx" -class FGLFSGlass : public FGProtocol, public FGInterface { +class FGLFSGlass : public FGProtocol { FGLFSGlassData buf; int length; @@ -155,7 +154,7 @@ public: // close the channel bool close(); - void collect_data( const FGInterface *fdm, FGLFSGlassData *data ); + void collect_data(FGLFSGlassData *data ); }; #endif // _FG_LFSGlass_HXX