summaryrefslogtreecommitdiffstats
path: root/src/color-profile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/color-profile.cpp')
-rw-r--r--src/color-profile.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/color-profile.cpp b/src/color-profile.cpp
index 41c9d4c63..cc9e7a6cb 100644
--- a/src/color-profile.cpp
+++ b/src/color-profile.cpp
@@ -606,7 +606,8 @@ cmsHTRANSFORM ColorProfile::getTransfGamutCheck()
return impl->_gamutTransf;
}
-bool ColorProfile::GamutCheck(SPColor color){
+bool ColorProfile::GamutCheck(SPColor color)
+{
BYTE outofgamut = 0;
guint32 val = color.toRGBA32(0);