diff options
Diffstat (limited to 'lux-php/source')
-rw-r--r-- | lux-php/source/program.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lux-php/source/program.lux b/lux-php/source/program.lux index 24f215fb5..1e117c033 100644 --- a/lux-php/source/program.lux +++ b/lux-php/source/program.lux @@ -167,7 +167,7 @@ (call [php/runtime/env/Environment [php/runtime/Memory]] "try" php/runtime/Memory)) (with_template [<name>] - [(ffi.interface: <name> + [(ffi.interface <name> (getValue [] java/lang/Object)) (`` (ffi.import (~~ (template.symbol ["program/" <name>])) |