From 372c453cac16bdc4fe22485cc94dc9030247a8f4 Mon Sep 17 00:00:00 2001 From: Art Yerkes Date: Sat, 25 Oct 2003 03:20:40 +0000 Subject: [PATCH] Cleaner interface. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5200 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/Lib/ocaml/swig.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SWIG/Lib/ocaml/swig.mli b/SWIG/Lib/ocaml/swig.mli index 26a1c4141..bc3673a7d 100644 --- a/SWIG/Lib/ocaml/swig.mli +++ b/SWIG/Lib/ocaml/swig.mli @@ -20,7 +20,7 @@ type 'a c_obj_t = | C_enum of 'a | C_director_core of 'a c_obj_t * 'a c_obj_t option ref -val convert_c_obj c : 'a c_obj_t -> 'b c_obj_t +val convert_c_obj : 'a c_obj_t -> 'b c_obj_t val get_int : 'a c_obj_t -> int val get_float : 'a c_obj_t -> float