fix a compile error in case of building without highgui

This commit is contained in:
Maria Dimashova 2012-11-24 18:10:29 +04:00
parent f45b5b13f1
commit 97e36b9375

View File

@ -46,7 +46,7 @@
#include <string> #include <string>
#if defined (LOG_CASCADE_STATISTIC)
struct Logger struct Logger
{ {
enum { STADIES_NUM = 20 }; enum { STADIES_NUM = 20 };
@ -109,7 +109,7 @@ struct Logger
} }
} logger; } logger;
#endif
namespace cv namespace cv
{ {