X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/8d7447c170dd11c91d0a07768f32a2699177fa54..5b75838211f16d9c88fb1bae3193e3693a1bee39:/ObjectiveC/Internal.hpp diff --git a/ObjectiveC/Internal.hpp b/ObjectiveC/Internal.hpp index 2e3f40c..0c3646e 100644 --- a/ObjectiveC/Internal.hpp +++ b/ObjectiveC/Internal.hpp @@ -95,7 +95,7 @@ struct Messages : { } - static JSObjectRef Make(JSContextRef context, Class _class, bool array = false); + static JSObjectRef Make(JSContextRef context, Class _class); _finline Class GetValue() const { return reinterpret_cast(value_);