Resolved a compiling error under Linux.

pull/1283/head
Jin Ma 12 years ago
parent 3fb0bf6e99
commit 8feaadc69f
  1. 2
      modules/ocl/src/bgfg_mog.cpp

@ -69,7 +69,7 @@ namespace cv
}
}
#if _MSC_VER
#if defined _MSC_VER
#define snprintf sprintf_s
#endif

Loading…
Cancel
Save