fixed init of clCxt
authorMatthias Bady <aegirxx@gmail.com>
Sun, 15 Dec 2013 21:41:07 +0000 (22:41 +0100)
committerMatthias Bady <aegirxx@gmail.com>
Sun, 15 Dec 2013 21:41:07 +0000 (22:41 +0100)
modules/ocl/include/opencv2/ocl/matrix_operations.hpp

index e234a45..d6f3bb4 100644 (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;