summaryrefslogtreecommitdiff
path: root/src/rgb_xyz.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-08-17 22:20:38 +0100
committerCarl Hetherington <cth@carlh.net>2013-08-17 22:20:38 +0100
commit7b8313c73082cc08b4dc42dc86d0c90a578993b1 (patch)
tree8c81b8f6f2d3e7d7bbe2c17c17d6908dbe3d2353 /src/rgb_xyz.h
parentfd8cf9e28945c597d3d921bbd108a2ad89cbd857 (diff)
More float -> double.
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 d85e5a1f..87959cb3 100644
--- a/src/rgb_xyz.h
+++ b/src/rgb_xyz.h
@@ -31,7 +31,7 @@ extern boost::shared_ptr<ARGBFrame> xyz_to_rgb (
);
extern boost::shared_ptr<XYZFrame> rgb_to_xyz (
- boost::shared_ptr<const Image>, boost::shared_ptr<const LUT>, boost::shared_ptr<const LUT>, float const colour_matrix[3][3]
+ boost::shared_ptr<const Image>, boost::shared_ptr<const LUT>, boost::shared_ptr<const LUT>, double const colour_matrix[3][3]
);
}