diff options
Diffstat (limited to 'Userland/Libraries/LibIDL/IDLParser.h')
-rw-r--r-- | Userland/Libraries/LibIDL/IDLParser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibIDL/IDLParser.h b/Userland/Libraries/LibIDL/IDLParser.h index 2acd5fd897..32b0cf9e85 100644 --- a/Userland/Libraries/LibIDL/IDLParser.h +++ b/Userland/Libraries/LibIDL/IDLParser.h @@ -47,7 +47,7 @@ private: void parse_interface_mixin(Interface&); void parse_dictionary(Interface&); void parse_callback_function(HashMap<DeprecatedString, DeprecatedString>& extended_attributes, Interface&); - void parse_constructor(Interface&); + void parse_constructor(HashMap<DeprecatedString, DeprecatedString>& extended_attributes, Interface&); void parse_getter(HashMap<DeprecatedString, DeprecatedString>& extended_attributes, Interface&); void parse_setter(HashMap<DeprecatedString, DeprecatedString>& extended_attributes, Interface&); void parse_deleter(HashMap<DeprecatedString, DeprecatedString>& extended_attributes, Interface&); |