diff options
Diffstat (limited to 'MegamanX5/unarc.cpp')
-rw-r--r-- | MegamanX5/unarc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MegamanX5/unarc.cpp b/MegamanX5/unarc.cpp index 38a6522..ea5e498 100644 --- a/MegamanX5/unarc.cpp +++ b/MegamanX5/unarc.cpp @@ -5,7 +5,7 @@ #include "Main.h" CODE_BEGINS -int startup() { +virtual int startup() throw (GeneralException) { Handle * f, * o; int i = 0; |