added #undef True/False to avoid collision with X11 (Patch #1562)

pull/38/head
Vadim Pisarevsky 12 years ago
parent a8c5e35619
commit d54f4e1cfb
  1. 2
      modules/flann/include/opencv2/flann/dist.h

@ -77,6 +77,8 @@ struct Accumulator<short> { typedef float Type; };
template<>
struct Accumulator<int> { typedef float Type; };
#undef True
#undef False
class True
{

Loading…
Cancel
Save