summaryrefslogtreecommitdiffstats
path: root/akode/lib/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'akode/lib/file.h')
-rw-r--r--akode/lib/file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/akode/lib/file.h b/akode/lib/file.h
index 3685bcc..ced8795 100644
--- a/akode/lib/file.h
+++ b/akode/lib/file.h
@@ -76,7 +76,7 @@ public:
* Seeks to the position.
* Behaves semantically as lseek.
*/
- virtual ssize_t seek(long to, int whence = SEEK_SET) = 0;
+ virtual ssize_t lseek(long to, int whence = SEEK_SET) = 0;
/*!
* Returns current position in file, or negative if unknown.
*/