summaryrefslogtreecommitdiffstats
path: root/kimgio/exr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kimgio/exr.cpp')
-rw-r--r--kimgio/exr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kimgio/exr.cpp b/kimgio/exr.cpp
index 5332140fa..862d8237a 100644
--- a/kimgio/exr.cpp
+++ b/kimgio/exr.cpp
@@ -53,7 +53,7 @@ using namespace Imf;
* format into the normal 32 bit pixel format. Process is from the
* ILM code.
*/
-QRgb RgbaToQrgba(struct Rgba imagePixel)
+TQRgb RgbaToQrgba(struct Rgba imagePixel)
{
float r,g,b,a;