aboutsummaryrefslogtreecommitdiff
path: root/src/stdstream.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdstream.cpp')
-rw-r--r--src/stdstream.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdstream.cpp b/src/stdstream.cpp
index 844f495..05b8ee7 100644
--- a/src/stdstream.cpp
+++ b/src/stdstream.cpp
@@ -46,7 +46,7 @@ void Bu::StdStream::setPosEnd( long )
46{ 46{
47} 47}
48 48
49bool Bu::StdStream::isEOS() 49bool Bu::StdStream::isEos()
50{ 50{
51 return false; 51 return false;
52} 52}