LibIDL: Attach extended attributes on enums

This commit is contained in:
stelar7 2023-11-05 01:44:12 +01:00 committed by Andreas Kling
commit 19bf42a7e6
Notes: sideshowbarker 2024-07-17 11:29:41 +09:00
3 changed files with 5 additions and 3 deletions

View file

@ -42,7 +42,7 @@ private:
void parse_interface(Interface&);
void parse_namespace(Interface&);
void parse_non_interface_entities(bool allow_interface, Interface&);
void parse_enumeration(Interface&);
void parse_enumeration(HashMap<DeprecatedString, DeprecatedString>, Interface&);
void parse_typedef(Interface&);
void parse_interface_mixin(Interface&);
void parse_dictionary(Interface&);