Commit 97e36b93 authored by Maria Dimashova's avatar Maria Dimashova

fix a compile error in case of building without highgui

parent f45b5b13
...@@ -46,7 +46,7 @@ ...@@ -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 ...@@ -109,7 +109,7 @@ struct Logger
} }
} logger; } logger;
#endif
namespace cv namespace cv
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment