X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/c1d3e52e58e86c49f9d04e06ae8e0ece4b98250c..51b2dc6b0c969f9297c8464cb91e93d65819e0ae:/Error.hpp diff --git a/Error.hpp b/Error.hpp index 30cd052..f63180e 100644 --- a/Error.hpp +++ b/Error.hpp @@ -22,8 +22,8 @@ #ifndef CYCRIPT_ERROR_HPP #define CYCRIPT_ERROR_HPP -#include "Pooling.hpp" #include "Exception.hpp" +#include "Pooling.hpp" #ifdef CY_EXECUTE struct CYJSError : @@ -45,7 +45,7 @@ struct CYJSError : }; #endif -struct CYPoolError : +struct _visible CYPoolError : CYException { CYPool pool_;