aboutsummaryrefslogtreecommitdiff
path: root/src/LargeFileStream.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/LargeFileStream.cpp')
-rw-r--r--src/LargeFileStream.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LargeFileStream.cpp b/src/LargeFileStream.cpp
index 547415b..86e2dcf 100644
--- a/src/LargeFileStream.cpp
+++ b/src/LargeFileStream.cpp
@@ -58,6 +58,6 @@ char LargeFileStream::operator[](long loc) {
return buffer[offset];
}
-bool LargeFileStream::IsEOF(long loc) { return (eof); }
+bool LargeFileStream::IsEOF() { return (eof); }
} // namespace pgnp \ No newline at end of file