diff options
author | pixel <pixel> | 2003-10-09 19:56:48 +0000 |
---|---|---|
committer | pixel <pixel> | 2003-10-09 19:56:48 +0000 |
commit | f6b0d98583b4b7465253e2416c6faf60ecc34627 (patch) | |
tree | 8f7d0c1720124b23746410709835386c020607f8 /lib | |
parent | 0894358d10a8016fed253b9c9d3ff7e905b81def (diff) |
Fixing linux
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Input.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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; |