summaryrefslogtreecommitdiff
path: root/src/rgb_xyz.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rgb_xyz.h')
-rw-r--r--src/rgb_xyz.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rgb_xyz.h b/src/rgb_xyz.h
index 28e09230..998c6401 100644
--- a/src/rgb_xyz.h
+++ b/src/rgb_xyz.h
@@ -26,7 +26,7 @@ class XYZFrame;
class GammaLUT;
class Image;
-extern boost::shared_ptr<ARGBFrame> xyz_to_rgb (
+extern boost::shared_ptr<ARGBFrame> xyz_to_rgba (
boost::shared_ptr<const XYZFrame>, boost::shared_ptr<const GammaLUT>, boost::shared_ptr<const GammaLUT>
);