diff options
Diffstat (limited to 'include/Handle.h')
-rw-r--r-- | include/Handle.h | 2 |
1 files changed, 1 insertions, 1 deletions
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: |