summaryrefslogtreecommitdiffstats
path: root/Object.h
diff options
context:
space:
mode:
Diffstat (limited to 'Object.h')
-rw-r--r--Object.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Object.h b/Object.h
index 78886c29..b4c3dffb 100644
--- a/Object.h
+++ b/Object.h
@@ -1,4 +1,4 @@
-/* Do not edit this file. It was automatically genarated. */
+/* Do not edit this file. It was automatically generated. */
#ifndef HEADER_Object
#define HEADER_Object
@@ -30,7 +30,6 @@ struct Object_ {
Object_Delete delete;
};
-
void Object_new();
bool Object_instanceOf(Object* this, char* class);