From 70f74b70b7c5ff984a3bd63d35553997fa7f2358 Mon Sep 17 00:00:00 2001 From: Anatoly Baksheev Date: Fri, 4 May 2012 11:07:36 +0000 Subject: [PATCH] fixed GPU compilation --- modules/core/src/gpumat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/src/gpumat.cpp b/modules/core/src/gpumat.cpp index bf128fbcd1..0baa8645f6 100644 --- a/modules/core/src/gpumat.cpp +++ b/modules/core/src/gpumat.cpp @@ -761,7 +761,7 @@ namespace namespace cv { namespace gpu { namespace device { - void copyToWithMask_gpu(DevMem2Db src, DevMem2Db dst, size_t elemSize1, int cn, DevMem2Db mask, bool colorMask, cudaStream_t stream); + void copyToWithMask_gpu(DevMem2Db src, DevMem2Db dst, int elemSize1, int cn, DevMem2Db mask, bool colorMask, cudaStream_t stream); template void set_to_gpu(DevMem2Db mat, const T* scalar, int channels, cudaStream_t stream); -- GitLab