X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/b3378a02d0a811be38e530933fb9a57a3012a823..5b75838211f16d9c88fb1bae3193e3693a1bee39:/ObjectiveC/Internal.hpp diff --git a/ObjectiveC/Internal.hpp b/ObjectiveC/Internal.hpp index 975b1bf..0c3646e 100644 --- a/ObjectiveC/Internal.hpp +++ b/ObjectiveC/Internal.hpp @@ -1,5 +1,5 @@ /* Cycript - Optimizing JavaScript Compiler/Runtime - * Copyright (C) 2009-2010 Jay Freeman (saurik) + * Copyright (C) 2009-2012 Jay Freeman (saurik) */ /* GNU Lesser General Public License, Version 3 {{{ */ @@ -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_);