diff options
| author | Pixel <Pixel> | 2002-10-06 18:40:21 +0000 | 
|---|---|---|
| committer | Pixel <Pixel> | 2002-10-06 18:40:21 +0000 | 
| commit | 63585e0a059b5f86417b36052b0180b8dae0faca (patch) | |
| tree | cbf5f199d352e478b0e55d958f3138414293a14c /includes/Input.h | |
| parent | ac538a2d1e822d121a604800f9e3877c227e1af4 (diff) | |
Humf...
Diffstat (limited to 'includes/Input.h')
| -rw-r--r-- | includes/Input.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/Input.h b/includes/Input.h index 1fb48c3..cb1428f 100644 --- a/includes/Input.h +++ b/includes/Input.h @@ -15,7 +15,7 @@ class Input : public Handle {      virtual bool CanWrite() const;      virtual bool CanRead() const;      virtual bool CanSeek() const; -    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 time_t GetModif() const;  | 
