File pfstools-1.8.1-fix-return-in-nonvoid.patch of Package pfstools
Index: pfstools-1.8.1/src/hdrhtml/hdrhtml.cpp =================================================================== --- pfstools.orig/src/hdrhtml/hdrhtml.cpp 2009-03-11 22:45:55.000000000 +0100 +++ pfstools/src/hdrhtml/hdrhtml.cpp 2010-03-02 15:21:24.000000000 +0100 @@ -197,6 +197,7 @@ this->y_i = new float[lut_size]; own_y_i = true; memcpy(this->y_i, other.y_i, lut_size * sizeof(float)); + return *this; } ~UniformArrayLUT()