Resolved a compiling error under Linux.

This commit is contained in:
Jin Ma 2013-08-16 15:24:55 +08:00
parent 3fb0bf6e99
commit 8feaadc69f

View File

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