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 16054db..6697fdf 100644
--- a/include/Handle.h
+++ b/include/Handle.h
@@ -97,7 +97,7 @@ class Handle : public Base {
};
Handle & operator<<(Handle &, const String &);
-Handle & operator>>(Handle &, String &);
+Handle & operator>>(Handle &, String &) throw (GeneralException);
void copy(Handle *, Handle *, ssize_t = -1);