]> git.saurik.com Git - cycript.git/blobdiff - sig/parse.hpp
Fix issue in 64-bit choose() reported by heardrwt.
[cycript.git] / sig / parse.hpp
index fb6db63beea186a3440423b4e81451b7ca1e8871..a770f2074d5fe58e2dc6d4325ceb1b41ace19a65 100644 (file)
@@ -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);
 
 }