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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rgb_xyz.h b/src/rgb_xyz.h
index 51846083..907869af 100644
--- a/src/rgb_xyz.h
+++ b/src/rgb_xyz.h
@@ -46,7 +46,8 @@ class ColourConversion;
extern void xyz_to_rgba (
boost::shared_ptr<const OpenJPEGImage>,
ColourConversion const & conversion,
- uint8_t* rgba
+ uint8_t* rgba,
+ int stride
);
extern void xyz_to_rgb (