diff options
Diffstat (limited to 'src/livecode/api/api.h')
| -rw-r--r-- | src/livecode/api/api.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/livecode/api/api.h b/src/livecode/api/api.h index 94694ca56..4df3f40be 100644 --- a/src/livecode/api/api.h +++ b/src/livecode/api/api.h @@ -21,7 +21,7 @@ extern const JanetAbstractType geom_point_type; Janet janet_wrap_point(Geom::Point const &x); Janet janet_wrap_point(Geom::IntPoint const &x); -Geom::Point janet_unwrap_point(Janet x); +Geom::Point &janet_unwrap_point(Janet x); /* input.cpp */ void janet_lib_input(JanetTable *env); |
