fix a bug for qt

pull/515/head
damir 9 years ago
parent 10ad8a91de
commit cd7b3ae41e
  1. 3
      modules/face/include/opencv2/face/predict_collector.hpp

@ -47,6 +47,7 @@ the use of this software, even if advised of the possibility of such damage.
#include <cfloat>
#include "opencv2/core/cvdef.h"
#include "opencv2/core/cvstd.hpp"
#undef emit //fix for qt
namespace cv {
namespace face {
//! @addtogroup face
@ -99,4 +100,4 @@ public:
//! @}
}
}
#endif
#endif

Loading…
Cancel
Save