]> git.saurik.com Git - cycript.git/blobdiff - Parser.hpp
Prune undefined arguments in final position of calls.
[cycript.git] / Parser.hpp
index 5e3bfed2680503f9c448b9c7b0999094379c3fb1..3860caa04a891e659b1b8e8a15eae0d59683cb60 100644 (file)
@@ -1069,7 +1069,7 @@ struct CYArgument :
     {
     }
 
-    void Replace(CYContext &context);
+    CYArgument *Replace(CYContext &context);
     void Output(CYOutput &out) const;
 };