Merge pull request #515 from isdamir:master

pull/505/head
Alexander Alekhin 9 years ago
commit b6a97e3e9e
  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