From 998c8772510563a4bdf3019b188082c58b6afa0a Mon Sep 17 00:00:00 2001 From: pixel Date: Tue, 25 Nov 2003 01:55:45 +0000 Subject: Blaah --- include/Handle.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/Handle.h b/include/Handle.h index 938c594..64e082b 100644 --- a/include/Handle.h +++ b/include/Handle.h @@ -41,7 +41,7 @@ class Handle : public Base { virtual void SetZ(int = 9) throw (GeneralException); virtual void Flush(); - void * mmap(off_t = 0, size_t = -1); + void * mmap(off_t = 0, size_t = -1) throw (GeneralException); protected: Handle(int h); int GetHandle() const; -- cgit v1.2.3