From 22fd121880876005d312827a6a35c9f41c292bb2 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Fri, 7 Feb 2014 13:24:00 +0000 Subject: curiouser and curiouser --- rotord/src/cvimage.cpp | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'rotord/src/cvimage.cpp') diff --git a/rotord/src/cvimage.cpp b/rotord/src/cvimage.cpp index 21e4e2f..b255848 100644 --- a/rotord/src/cvimage.cpp +++ b/rotord/src/cvimage.cpp @@ -176,11 +176,13 @@ namespace Rotor { } Image & Image::operator=(const Image &other) { //can be optimised? was trying to use other.data.clone() - setup(other.w,other.h); - //for (int i=0;i