summaryrefslogtreecommitdiffstats
path: root/obj-types.h
diff options
context:
space:
mode:
Diffstat (limited to 'obj-types.h')
-rw-r--r--obj-types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/obj-types.h b/obj-types.h
index 94651e6e..9d430b72 100644
--- a/obj-types.h
+++ b/obj-types.h
@@ -111,7 +111,7 @@ typedef struct obj { /* the dummy struct that each derived class can be casted t
#else /* non-debug mode, no checks but much faster */
# define BEGINobjInstance objInfo_t *pObjInfo;
# define ISOBJ_TYPE_assert(pObj, objType)
-# define ISOBJ_assert(pObj, objType)
+# define ISOBJ_assert(pObj)
#endif
#define DEFpropSetMeth(obj, prop, dataType)\