From 57a654311816f082f436e963fab03cd1edc31e2e Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Thu, 18 Nov 2010 00:46:07 +0000 Subject: [PATCH] I lost a $ on $cyr at some point during the super transformation. --- ObjectiveC/Replace.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ObjectiveC/Replace.cpp b/ObjectiveC/Replace.cpp index 9d2d1ab..67a2ef6 100644 --- a/ObjectiveC/Replace.cpp +++ b/ObjectiveC/Replace.cpp @@ -154,5 +154,5 @@ CYExpression *CYSendDirect::Replace(CYContext &context) { } CYExpression *CYSendSuper::Replace(CYContext &context) { - return $ CYSendDirect($V("cyr"), arguments_); + return $ CYSendDirect($V("$cyr"), arguments_); } -- 2.45.2