Author: post Date: 2012-07-10 09:27:56 +0200 (Tue, 10 Jul 2012) New Revision: 436
Modified: RawSpeed/Cr2Decoder.h Log: Remove class name to make GCC happy. Modified: RawSpeed/Cr2Decoder.h =================================================================== --- RawSpeed/Cr2Decoder.h 2012-07-09 22:55:16 UTC (rev 435) +++ RawSpeed/Cr2Decoder.h 2012-07-10 07:27:56 UTC (rev 436) @@ -41,7 +41,7 @@ int sraw_coeffs[3]; void sRawInterpolate(); - int Cr2Decoder::getHue(); + int getHue(); void interpolate_420(int w, int h, int start_h , int end_h); void interpolate_422(int w, int h, int start_h , int end_h); void interpolate_422_old(int w, int h, int start_h , int end_h); _______________________________________________ Rawstudio-commit mailing list [email protected] http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit
