Commit e88253cc authored by Roman Donchenko's avatar Roman Donchenko Committed by OpenCV Buildbot

Merge pull request #1990 from AD-530:Issue3164

parents 10849d1c b7c97f6e
...@@ -175,6 +175,7 @@ namespace cv ...@@ -175,6 +175,7 @@ namespace cv
data = m.data; data = m.data;
datastart = m.datastart; datastart = m.datastart;
dataend = m.dataend; dataend = m.dataend;
clCxt = m.clCxt;
wholerows = m.wholerows; wholerows = m.wholerows;
wholecols = m.wholecols; wholecols = m.wholecols;
offset = m.offset; offset = m.offset;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment