]> git.saurik.com Git - cycript.git/blobdiff - Execute.cpp
Milestone #1: YUI has been destroyed, with room to spare.
[cycript.git] / Execute.cpp
index 3f094191652c548ad502052322771ee7214a75a8..1382769ed08a6e10f6594c0460b6cfaeb3f96150 100644 (file)
@@ -280,7 +280,7 @@ struct Struct_privateData :
     }
 };
 
-typedef std::map<const char *, Type_privateData *, CStringLess> TypeMap;
+typedef std::map<const char *, Type_privateData *, CYCStringLess> TypeMap;
 static TypeMap Types_;
 
 JSObjectRef CYMakeStruct(JSContextRef context, void *data, sig::Type *type, ffi_type *ffi, JSObjectRef owner) {