diff options
| author | Pixel <Pixel> | 2002-08-17 01:48:34 +0000 | 
|---|---|---|
| committer | Pixel <Pixel> | 2002-08-17 01:48:34 +0000 | 
| commit | 11bf45f50739afb923829b3cc32efb9c8c009613 (patch) | |
| tree | 1a9a691cdd3a466d55259aa31fff1bfc0fcd8e7a /includes/Handle.h | |
| parent | 08ecf5aae1c7276bb1e78a288cba3a731604758e (diff) | |
Working with Baltisot now....
Diffstat (limited to 'includes/Handle.h')
| -rw-r--r-- | includes/Handle.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/includes/Handle.h b/includes/Handle.h index 3836f3e..368ec40 100644 --- a/includes/Handle.h +++ b/includes/Handle.h @@ -25,7 +25,7 @@ class Handle : public Base {      virtual bool CanRead();      virtual bool CanWrite();      virtual bool CanSeek(); -    virtual off_t seek(off_t, int) throw (GeneralException); +    virtual off_t seek(off_t, int = SEEK_SET) throw (GeneralException);      virtual off_t tell();      virtual String GetName();      virtual ssize_t GetSize(); | 
