X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/b799113bd4ec270504dd9f552142c1adfd6e583a..a2b8d7ada7c9b527d46e781a217292603379e9e0:/sig/parse.hpp diff --git a/sig/parse.hpp b/sig/parse.hpp index fb6db63..a770f20 100644 --- a/sig/parse.hpp +++ b/sig/parse.hpp @@ -33,9 +33,9 @@ void Parse(CYPool &pool, struct Signature *signature, const char *name, Callback const char *Unparse(CYPool &pool, struct Signature *signature); const char *Unparse(CYPool &pool, struct Type *type); -void Copy(CYPool &pool, Type &lhs, Type &rhs); -void Copy(CYPool &pool, Signature &lhs, Signature &rhs); -void Copy(CYPool &pool, Type &lhs, Type &rhs); +void Copy(CYPool &pool, Type &lhs, const Type &rhs); +void Copy(CYPool &pool, Signature &lhs, const Signature &rhs); +void Copy(CYPool &pool, Type &lhs, const Type &rhs); }