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:
parent
ea2b733862
commit
19bf42a7e6
3 changed files with 5 additions and 3 deletions
|
@ -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&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue