diff options
author | pixel <pixel> | 2003-07-13 01:32:43 +0000 |
---|---|---|
committer | pixel <pixel> | 2003-07-13 01:32:43 +0000 |
commit | 2a1525eb8cef13000fc10126f770541b2115ff89 (patch) | |
tree | be6312f2dd6fe8454e8a7574f95b5eb44564d585 /include | |
parent | c477f1a35d23a9a3d3e29622b013532343c078cc (diff) |
Misc fixes
Diffstat (limited to 'include')
-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: |