diff options
-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; |