X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/b6961e537b5468dc0458808fdacba4a3291e1d48..e91fbe93b995ee8077bbc2097c5407138dc02627:/Exception.hpp diff --git a/Exception.hpp b/Exception.hpp index 2828345..426cb24 100644 --- a/Exception.hpp +++ b/Exception.hpp @@ -1,4 +1,4 @@ -/* Cycript - Error.hppution Server and Disassembler +/* Cycript - Inlining/Optimizing JavaScript Compiler * Copyright (C) 2009 Jay Freeman (saurik) */ @@ -46,6 +46,9 @@ #include "Standard.hpp" struct CYException { + virtual ~CYException() { + } + virtual const char *PoolCString(apr_pool_t *pool) const = 0; virtual JSValueRef CastJSValue(JSContextRef context) const = 0; };