X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/b799113bd4ec270504dd9f552142c1adfd6e583a..fa3c5be836cc074bdc12ba66298764a1da026e48:/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);