diff options
Diffstat (limited to 'lux-php')
-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 7aa88558d..11bf0d113 100644 --- a/lux-php/source/program.lux +++ b/lux-php/source/program.lux @@ -165,7 +165,7 @@ [(ffi.interface: <name> (getValue [] java/lang/Object)) - (`` (ffi.import: (~~ (template.identifier ["program/" <name>])) + (`` (ffi.import: (~~ (template.symbol ["program/" <name>])) ["[1]::[0]" (getValue [] java/lang/Object)]))] |