]> git.saurik.com Git - cycript.git/blobdiff - ObjectiveC/Internal.hpp
Remove Makefile.in from .gitignore (forgot that).
[cycript.git] / ObjectiveC / Internal.hpp
index 2e3f40ca66a630c6cf22cf31d30b2890d965b5d4..0c3646ecc84b64011c3d2275cc0f043d00f6cb0e 100644 (file)
@@ -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_);