1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 04:37:34 +00:00

LibIDL: Attach extended attributes on enums

This commit is contained in:
stelar7 2023-11-05 01:44:12 +01:00 committed by Andreas Kling
parent ea2b733862
commit 19bf42a7e6
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&);