X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/029bc65b46de676c6733fff684000c7363eda512..14ec9e00ac4903521e92002604eb56ed7cde036d:/Execute.cpp diff --git a/Execute.cpp b/Execute.cpp index 3f09419..1382769 100644 --- a/Execute.cpp +++ b/Execute.cpp @@ -280,7 +280,7 @@ struct Struct_privateData : } }; -typedef std::map TypeMap; +typedef std::map TypeMap; static TypeMap Types_; JSObjectRef CYMakeStruct(JSContextRef context, void *data, sig::Type *type, ffi_type *ffi, JSObjectRef owner) {