summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/Handle.h2
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: