]> git.saurik.com Git - cycript.git/blobdiff - ObjectiveC/Internal.hpp
Move FunctionInstance_ into alphabetical order.
[cycript.git] / ObjectiveC / Internal.hpp
index 975b1bf1269a175728267e04e03e3f92dbca1d15..0c3646ecc84b64011c3d2275cc0f043d00f6cb0e 100644 (file)
@@ -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<Class>(value_);