X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/b6961e537b5468dc0458808fdacba4a3291e1d48..da858962dd542d5872e9482296125d7b7e31ee29:/Exception.hpp diff --git a/Exception.hpp b/Exception.hpp index 2828345..fcb3ec0 100644 --- a/Exception.hpp +++ b/Exception.hpp @@ -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; };