]> git.saurik.com Git - cycript.git/blobdiff - ObjectiveC/Replace.mm
Ported Objective-C bridge to match up with the latest compiler changes.
[cycript.git] / ObjectiveC / Replace.mm
index 6d40c3c2ef04d918f35a2962609322054537067f..5f86ff4997863f2f1ebc3a56d0d68bad29a50ffd 100644 (file)
@@ -127,7 +127,7 @@ CYString *CYSelectorPart::Replace(CYContext &context) {
     std::ostringstream str;
     for (const CYSelectorPart *part(this); part != NULL; part = part->next_) {
         if (part->name_ != NULL)
     std::ostringstream str;
     for (const CYSelectorPart *part(this); part != NULL; part = part->next_) {
         if (part->name_ != NULL)
-            str << part->name_->Value();
+            str << part->name_->Word();
         if (part->value_)
             str << ':';
     }
         if (part->value_)
             str << ':';
     }