summaryrefslogtreecommitdiff
path: root/VP
diff options
context:
space:
mode:
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;