summaryrefslogtreecommitdiff
path: root/src/interface-map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/interface-map.h')
-rw-r--r--src/interface-map.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interface-map.h b/src/interface-map.h
index c34eb4b..04d9df1 100644
--- a/src/interface-map.h
+++ b/src/interface-map.h
@@ -17,6 +17,7 @@ struct interface_map_operation_entry {
const char *name; /** operation name */
struct webidl_node *node; /**< AST operation node */
struct genbind_node *method; /**< method from binding (if any) */
+ int overloadc; /**< Number of previous overloads of this operation */
};
/** map entry for attributes on an interface */