X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fio%2Fiochannel.cxx;h=468f666bde8d7d466d508e952440215011377a4e;hb=3bcd0bafd5fba1eebadfd1cb8a7294d665cf1932;hp=994aa89f4e6d3c2d56ac39851c9440bbd9ac8a49;hpb=7f2dfaa5b41905e31c3df92e9dda6a1db7b49ff6;p=simgear.git diff --git a/simgear/io/iochannel.cxx b/simgear/io/iochannel.cxx index 994aa89f..468f666b 100644 --- a/simgear/io/iochannel.cxx +++ b/simgear/io/iochannel.cxx @@ -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$ @@ -73,6 +73,6 @@ bool SGIOChannel::close() { // dummy eof routine -bool SGIOChannel::eof() { +bool SGIOChannel::eof() const { return false; }