summaryrefslogtreecommitdiff
path: root/src/lib/image_content.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/image_content.cc')
-rw-r--r--src/lib/image_content.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/image_content.cc b/src/lib/image_content.cc
index 4073cd52c..eb8b35210 100644
--- a/src/lib/image_content.cc
+++ b/src/lib/image_content.cc
@@ -62,7 +62,7 @@ ImageContent::ImageContent (shared_ptr<const Film> f, boost::filesystem::path p)
if (have_j2k) {
/* We default to no colour conversion if we have JPEG2000 files */
- unset_colour_conversion ();
+ unset_colour_conversion (false);
}
}