From f6b0d98583b4b7465253e2416c6faf60ecc34627 Mon Sep 17 00:00:00 2001 From: pixel Date: Thu, 9 Oct 2003 19:56:48 +0000 Subject: Fixing linux --- lib/Input.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Input.cc b/lib/Input.cc index 25862e3..4f87599 100644 --- a/lib/Input.cc +++ b/lib/Input.cc @@ -203,7 +203,7 @@ Archive::Archive(Handle * hand, int atype) : create(); } -void Archive::create() { +void Archive::create() throw (GeneralException) { char buffer[1024]; int len; size_t size; -- cgit v1.2.3