Skip to content

Commit 7494ae6

Browse files
committed
[[ Script ]] Fix name of MCScriptListHandlerParameterNamesOfModule
1 parent 716c795 commit 7494ae6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libscript/src/script-module.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1000,7 +1000,7 @@ bool MCScriptQueryHandlerSignatureOfModule(MCScriptModuleRef self, MCNameRef p_h
10001000
return true;
10011001
}
10021002

1003-
bool MCScriptCopyHandlerParameterNamesOfModule(MCScriptModuleRef self, MCNameRef p_handler, /* copy */ MCProperListRef& r_names)
1003+
bool MCScriptListHandlerParameterNamesOfModule(MCScriptModuleRef self, MCNameRef p_handler, /* copy */ MCProperListRef& r_names)
10041004
{
10051005
MCScriptHandlerDefinition *t_def;
10061006

0 commit comments

Comments
 (0)