From 823761df28ad31cde8a071125b177f49494d804a Mon Sep 17 00:00:00 2001 From: Pixel Date: Fri, 9 Nov 2001 14:06:58 +0000 Subject: Exceptions... --- include/Output.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/Output.h') diff --git a/include/Output.h b/include/Output.h index 6c944ab..98af0ac 100644 --- a/include/Output.h +++ b/include/Output.h @@ -11,7 +11,7 @@ class Output : public Handle { public: - Output(String = "", int trunc = 1) throw (IOGeneral); + Output(String = "", int trunc = 1) throw (GeneralException); virtual ~Output() {} virtual bool CanWrite(); virtual bool CanRead(); -- cgit v1.2.3