fixed init of clCxt

pull/1990/head
Matthias Bady 11 years ago
parent 10849d1c7a
commit b7c97f6e30
  1. 1
      modules/ocl/include/opencv2/ocl/matrix_operations.hpp

@ -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;

Loading…
Cancel
Save