From 59288143eaf405ea4f855464dea1b1c0eb382ad5 Mon Sep 17 00:00:00 2001 From: Pixel Date: Thu, 16 Oct 2008 02:42:04 +0200 Subject: Fixing exception prototype under Linux. --- include/Handle.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3