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