fixed compilation error
authorVladislav Vinogradov <no@email>
Wed, 15 Feb 2012 12:27:51 +0000 (12:27 +0000)
committerVladislav Vinogradov <no@email>
Wed, 15 Feb 2012 12:27:51 +0000 (12:27 +0000)
modules/gpu/src/cuda/row_filter.cu

index 1e4d3cc..b252b21 100644 (file)
@@ -70,7 +70,7 @@ namespace cv { namespace gpu { namespace device
 \r
             typedef typename TypeVec<float, VecTraits<T>::cn>::vec_type sum_t;\r
 \r
-            __shared__ typename sum_t smem[BLOCK_DIM_Y][(PATCH_PER_BLOCK + 2 * HALO_SIZE) * BLOCK_DIM_X];\r
+            __shared__ sum_t smem[BLOCK_DIM_Y][(PATCH_PER_BLOCK + 2 * HALO_SIZE) * BLOCK_DIM_X];\r
             \r
             const int y = blockIdx.y * BLOCK_DIM_Y + threadIdx.y;\r
 \r