From 63585e0a059b5f86417b36052b0180b8dae0faca Mon Sep 17 00:00:00 2001 From: Pixel Date: Sun, 6 Oct 2002 18:40:21 +0000 Subject: Humf... --- includes/Output.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/Output.h') 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: -- cgit v1.2.3