X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/c15969fd0a6280c60d2f35876b5343004fed2b11..a93f15c0bc99a80cc7dbe2f43f53ca3f2d7f64a3:/Exception.hpp diff --git a/Exception.hpp b/Exception.hpp index 97c629c..9f6a81a 100644 --- a/Exception.hpp +++ b/Exception.hpp @@ -26,14 +26,18 @@ #include #endif -#include +// XXX: does _assert really need this? +#include + #include "Standard.hpp" +class CYPool; + struct CYException { virtual ~CYException() { } - virtual const char *PoolCString(apr_pool_t *pool) const = 0; + virtual const char *PoolCString(CYPool &pool) const = 0; #ifdef CY_EXECUTE virtual JSValueRef CastJSValue(JSContextRef context) const = 0; #endif