fixed init of clCxt

This commit is contained in:
Matthias Bady 2013-12-15 22:41:07 +01:00
parent 10849d1c7a
commit b7c97f6e30

View File

@ -175,6 +175,7 @@ namespace cv
data = m.data;
datastart = m.datastart;
dataend = m.dataend;
clCxt = m.clCxt;
wholerows = m.wholerows;
wholecols = m.wholecols;
offset = m.offset;