From c88bbf989178456293f9d78f0bd8aea24417e4ae Mon Sep 17 00:00:00 2001 From: cgohlke Date: Mon, 14 May 2012 17:05:14 -0700 Subject: [PATCH] unwrap: Fix crash on Windows --- unwrap2D/unwrap2D.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unwrap2D/unwrap2D.pyx b/unwrap2D/unwrap2D.pyx index 9bd901d5..dab52167 100755 --- a/unwrap2D/unwrap2D.pyx +++ b/unwrap2D/unwrap2D.pyx @@ -1,4 +1,4 @@ -cdef extern unwrap2D(float* wrapped_image, +cdef extern void unwrap2D(float* wrapped_image, float* unwrapped_image, unsigned char* input_mask, int image_width, int image_height,