correction for LUT += operator, fixes #3245
This commit is contained in:
@@ -266,6 +266,7 @@ public:
|
||||
data[i] += rhs.data[i];
|
||||
}
|
||||
}
|
||||
return *this;
|
||||
}
|
||||
|
||||
// use with integer indices
|
||||
|
Reference in New Issue
Block a user