summaryrefslogtreecommitdiff
path: root/includes/cdreader.h
diff options
context:
space:
mode:
authorPixel <Pixel>2002-10-06 18:40:21 +0000
committerPixel <Pixel>2002-10-06 18:40:21 +0000
commit63585e0a059b5f86417b36052b0180b8dae0faca (patch)
treecbf5f199d352e478b0e55d958f3138414293a14c /includes/cdreader.h
parentac538a2d1e822d121a604800f9e3877c227e1af4 (diff)
Humf...
Diffstat (limited to 'includes/cdreader.h')
-rw-r--r--includes/cdreader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/cdreader.h b/includes/cdreader.h
index ed3bc00..1909fe2 100644
--- a/includes/cdreader.h
+++ b/includes/cdreader.h
@@ -16,7 +16,7 @@ class cdreader : public Handle {
virtual bool CanRead() const;
virtual bool CanSeek() const;
virtual ssize_t read(void *buf, size_t count) throw (GeneralException);
- virtual off_t seek(off_t, int) throw (GeneralException);
+ virtual off_t seek(off_t, int = SEEK_SET) throw (GeneralException);
virtual String GetName() const;
virtual ssize_t GetSize() const;
virtual void getsector(void *, int = -1) throw (GeneralException);