From 6bc6ea8e97260b0c7b78f4a24020d015431228de Mon Sep 17 00:00:00 2001 From: Srikavin Ramkumar Date: Thu, 23 Mar 2023 03:48:44 -0400 Subject: LibIDL: Parse extended attributes for constructors --- Userland/Libraries/LibIDL/IDLParser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Userland/Libraries/LibIDL/IDLParser.h') 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& extended_attributes, Interface&); - void parse_constructor(Interface&); + void parse_constructor(HashMap& extended_attributes, Interface&); void parse_getter(HashMap& extended_attributes, Interface&); void parse_setter(HashMap& extended_attributes, Interface&); void parse_deleter(HashMap& extended_attributes, Interface&); -- cgit v1.2.3