aboutsummaryrefslogtreecommitdiff
path: root/src/LargeFileStream.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/LargeFileStream.hpp')
-rw-r--r--src/LargeFileStream.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LargeFileStream.hpp b/src/LargeFileStream.hpp
index 6ac87e8..b80d8e4 100644
--- a/src/LargeFileStream.hpp
+++ b/src/LargeFileStream.hpp
@@ -36,7 +36,7 @@ public:
/// @brief Allow array like access to the file
char operator[](long loc);
/// @brief Check if we reach the EOF
- bool IsEOF(long loc);
+ bool IsEOF();
// Various Exceptions
struct BackwardRead : public std::exception {