1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

fixed some more compile bugs (including Python bindings)

This commit is contained in:
Vadim Pisarevsky
2013-10-22 23:34:16 +04:00
parent d3076c5014
commit de521fc9fa
6 changed files with 100 additions and 51 deletions
@@ -346,6 +346,7 @@ struct CV_EXPORTS UMatData
int flags;
void* handle;
void* userdata;
};