summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/vcall.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vcall.h b/src/vcall.h
index 7f230b0..f3a1f02 100644
--- a/src/vcall.h
+++ b/src/vcall.h
@@ -126,7 +126,7 @@
_DECL_VFUNC(class, ret, VCALLCONV, name, idx __VA_OPT__(,) __VA_ARGS__)
/* Define a virtual function with a known index, without thiscall convention */
-#define DECL_VFUNC_CDEFCL(class, ret, name, idx, ...) \
+#define DECL_VFUNC_CDECL(class, ret, name, idx, ...) \
_DECL_VFUNC(class, ret, , name, idx __VA_OPT__(,) __VA_ARGS__)
/* Define a virtual function with an index defined elsewhere (e.g. gamedata) */