From 1b69cd09de1e70d36cbca5f0c4a3f289ec684343 Mon Sep 17 00:00:00 2001 From: s-ol Date: Mon, 2 Dec 2019 21:33:28 +0100 Subject: more janet bindings --- src/livecode/api/api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/livecode/api/api.h') 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); -- cgit v1.2.3