diff options
Diffstat (limited to 'includes/Output.h')
-rw-r--r-- | includes/Output.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/Output.h b/includes/Output.h index 3ec5158..eb7b8a6 100644 --- a/includes/Output.h +++ b/includes/Output.h @@ -15,7 +15,7 @@ class Output : 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; protected: |