summaryrefslogtreecommitdiff
path: root/VP
diff options
context:
space:
mode:
authorPixel <Pixel>2002-09-29 17:57:04 +0000
committerPixel <Pixel>2002-09-29 17:57:04 +0000
commit0e191c285677600f9852bff10e2bede5799883fa (patch)
treeede64e524aa4ea1d9a8b6f3111ce0f8968b8c88e /VP
parent75d6916ec69878af6649dd41ccdc41b5df807230 (diff)
Petits changements ;-)
Diffstat (limited to 'VP')
-rw-r--r--VP/unarc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/VP/unarc.cpp b/VP/unarc.cpp
index 7a22c48..36a258a 100644
--- a/VP/unarc.cpp
+++ b/VP/unarc.cpp
@@ -10,7 +10,7 @@
#define THRESHOLD 2000
CODE_BEGINS
-int startup() {
+virtual int startup() throw(GeneralException) {
int n, * index, * sizes, i, d;
String temp;
Handle * h, * o;