Merge pull request #3513 from mshabunin:compat-30

This commit is contained in:
Vadim Pisarevsky
2014-12-22 11:58:01 +00:00
9 changed files with 37 additions and 1 deletions

View File

@@ -692,4 +692,9 @@ CV_EXPORTS int createButton( const String& bar_name, ButtonCallback on_change,
//! @} highgui
} // cv
#ifndef DISABLE_OPENCV_24_COMPATIBILITY
#include "opencv2/highgui/highgui_c.h"
#endif
#endif