From 2a1525eb8cef13000fc10126f770541b2115ff89 Mon Sep 17 00:00:00 2001
From: pixel <pixel>
Date: Sun, 13 Jul 2003 01:32:43 +0000
Subject: Misc fixes

---
 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 5d0bdee..6e0fcbc 100644
--- a/include/Handle.h
+++ b/include/Handle.h
@@ -35,7 +35,7 @@ class Handle : public Base {
     void close() throw (GeneralException);
     int GetHandle();
     virtual bool CanWatch() const;
-    virtual int Dup() const;
+    virtual int Dup() const throw (GeneralException);
     virtual void SetZ(int = 9) throw (GeneralException);
     virtual void Flush();
   protected:
-- 
cgit v1.2.3