summaryrefslogtreecommitdiff
path: root/includes/rect.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/rect.h')
-rw-r--r--includes/rect.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/rect.h b/includes/rect.h
index 7c3befc..3b84e01 100644
--- a/includes/rect.h
+++ b/includes/rect.h
@@ -11,8 +11,8 @@ DEFINE_OBJECT(TYPE);
CONSTRUCTOR(TYPE);
// Methods
-void METHOD_ARG(TYPE, init, int l, int t, int w, int h);
-int METHOD_ARG(TYPE, toString, char* buffer);
+void METHOD(TYPE, init, int l, int t, int w, int h);
+int METHOD(TYPE, toString, char* buffer);
// Properties (getters & setters)
GETTER(TYPE, int, left);