X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMain%2Foptions.hxx;h=2bdb86da5252f576c6baf71b8e2e3d487ba2b1c0;hb=224afcc7e4cb4191be15f3df025164fcd83f5102;hp=11005190714b740d2351aa724f25039d2905f32e;hpb=b7e3f95300d6931d74c2ee28fa3a691323e87f09;p=flightgear.git diff --git a/src/Main/options.hxx b/src/Main/options.hxx index 110051907..2bdb86da5 100644 --- a/src/Main/options.hxx +++ b/src/Main/options.hxx @@ -2,7 +2,7 @@ // // Written by Curtis Olson, started April 1998. // -// Copyright (C) 1998 Curtis L. Olson - curt@me.umn.edu +// Copyright (C) 1998 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 @@ -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$ @@ -33,6 +33,6 @@ extern void fgSetDefaults (); extern void fgParseArgs (int argc, char ** argv); extern void fgParseOptions (const string &file_path); extern void fgUsage (bool verbose = false); -extern void fgShowAircraft(const SGPath &path, bool recursive = true); +extern void fgShowAircraft(const SGPath &path, bool recursive); #endif /* _OPTIONS_HXX */