diff options
author | Eduardo Julian | 2022-06-14 10:17:32 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-06-14 10:17:32 -0400 |
commit | 9a835bde8908e4ebd1c8972211acadc5895d720a (patch) | |
tree | c4bd81cfff7357a3895389a1544eaa66230203ec /lux-php | |
parent | c4d938ebb2f5245b4c3faa22c4f217e7e818589f (diff) |
De-sigil-ification: suffix : [Part 8]
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 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>])) |