fix a compile error in case of building without highgui

pull/180/head
Maria Dimashova 12 years ago
parent f45b5b13f1
commit 97e36b9375
  1. 4
      modules/objdetect/src/cascadedetect.cpp

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

Loading…
Cancel
Save