]> git.mxchange.org Git - simgear.git/blobdiff - simgear/io/iochannel.cxx
Lots of (mostly) doxygen fixes/cleanup.
[simgear.git] / simgear / io / iochannel.cxx
index 9b88c6d5f183fa021963e67e087d897b2f9ba25f..468f666bde8d7d466d508e952440215011377a4e 100644 (file)
@@ -73,6 +73,6 @@ bool SGIOChannel::close() {
 
 
 // dummy eof routine
-bool SGIOChannel::eof() {
+bool SGIOChannel::eof() const {
     return false;
 }