diff options
Diffstat (limited to 'otherlibs/win32graph/draw.c')
-rw-r--r-- | otherlibs/win32graph/draw.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/otherlibs/win32graph/draw.c b/otherlibs/win32graph/draw.c index 62710ec09..4bd60812a 100644 --- a/otherlibs/win32graph/draw.c +++ b/otherlibs/win32graph/draw.c @@ -452,7 +452,8 @@ static struct custom_operations image_ops = { custom_compare_default, custom_hash_default, custom_serialize_default, - custom_deserialize_default + custom_deserialize_default, + custom_compare_ext_default }; CAMLprim value caml_gr_create_image(value vw, value vh) |