X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FNetwork%2Fnative_gui.hxx;h=299a40628b67bb7613459fadf134e53953bc65ae;hb=50eb95dcadaf39d892212f2c5c6fe2459b190719;hp=7167699f703d8a2cd4fa53b5b7979615d5fef922;hpb=d05121ef4689d2b50b3fe1848cbb0d1f5a1db877;p=flightgear.git diff --git a/src/Network/native_gui.hxx b/src/Network/native_gui.hxx index 7167699f7..299a40628 100644 --- a/src/Network/native_gui.hxx +++ b/src/Network/native_gui.hxx @@ -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$ @@ -27,17 +27,14 @@ #include -#include - #include "protocol.hxx" #include "net_gui.hxx" - -class FGNativeGUI : public FGProtocol, public FGInterface { +class FGNativeGUI : public FGProtocol { FGNetGUI buf; int length; - + public: FGNativeGUI();