diff options
Diffstat (limited to 'src/shell-interface.h')
-rw-r--r-- | src/shell-interface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shell-interface.h b/src/shell-interface.h index 1efa31f79..6101df29a 100644 --- a/src/shell-interface.h +++ b/src/shell-interface.h @@ -191,7 +191,7 @@ struct ShellExternalInterface : ModuleRunner::ExternalInterface { if (func->imported()) { return callImport(func, arguments); } else { - return instance.callFunctionInternal(func->name, arguments); + return instance.callFunction(func->name, arguments); } } |