diff options
Diffstat (limited to 'src/filter.cpp')
| -rw-r--r-- | src/filter.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/filter.cpp b/src/filter.cpp index 771cf0d..6938c02 100644 --- a/src/filter.cpp +++ b/src/filter.cpp | |||
| @@ -42,9 +42,9 @@ void Bu::Filter::setPosEnd( long pos ) | |||
| 42 | rNext.setPosEnd( pos ); | 42 | rNext.setPosEnd( pos ); |
| 43 | } | 43 | } |
| 44 | 44 | ||
| 45 | bool Bu::Filter::isEOS() | 45 | bool Bu::Filter::isEos() |
| 46 | { | 46 | { |
| 47 | return rNext.isEOS(); | 47 | return rNext.isEos(); |
| 48 | } | 48 | } |
| 49 | 49 | ||
| 50 | bool Bu::Filter::isOpen() | 50 | bool Bu::Filter::isOpen() |
