X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/b799113bd4ec270504dd9f552142c1adfd6e583a..13c7f2fb8fc0619c8da1b5c8a697f7894479b070:/Error.hpp diff --git a/Error.hpp b/Error.hpp index f608e88..3165287 100644 --- a/Error.hpp +++ b/Error.hpp @@ -51,6 +51,8 @@ struct CYPoolError : CYPool pool_; const char *message_; + CYPoolError(const CYPoolError &rhs); + CYPoolError(const char *format, ...); CYPoolError(const char *format, va_list args);