X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fio%2Fiochannel.cxx;h=468f666bde8d7d466d508e952440215011377a4e;hb=3bcd0bafd5fba1eebadfd1cb8a7294d665cf1932;hp=9b88c6d5f183fa021963e67e087d897b2f9ba25f;hpb=dcb95d131bc6aef1abe25d1f415e309f06e52436;p=simgear.git diff --git a/simgear/io/iochannel.cxx b/simgear/io/iochannel.cxx index 9b88c6d5..468f666b 100644 --- a/simgear/io/iochannel.cxx +++ b/simgear/io/iochannel.cxx @@ -73,6 +73,6 @@ bool SGIOChannel::close() { // dummy eof routine -bool SGIOChannel::eof() { +bool SGIOChannel::eof() const { return false; }