summaryrefslogtreecommitdiff
path: root/Build/source/libs/poppler/poppler-src/splash/SplashState.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/poppler/poppler-src/splash/SplashState.h')
-rw-r--r--Build/source/libs/poppler/poppler-src/splash/SplashState.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/libs/poppler/poppler-src/splash/SplashState.h b/Build/source/libs/poppler/poppler-src/splash/SplashState.h
index fea7603500e..32270382037 100644
--- a/Build/source/libs/poppler/poppler-src/splash/SplashState.h
+++ b/Build/source/libs/poppler/poppler-src/splash/SplashState.h
@@ -12,6 +12,7 @@
// under GPL version 2 or later
//
// Copyright (C) 2011, 2012, 2015 Thomas Freitag <Thomas.Freitag@alfa.de>
+// Copyright (C) 2017 Adrian Johnson <ajohnson@redneon.com>
//
// To see a description of the changes please see the Changelog file that
// came with your tarball or type make ChangeLog if you are building from git
@@ -124,7 +125,7 @@ private:
rgbTransferG[256],
rgbTransferB[256];
Guchar grayTransfer[256];
-#if SPLASH_CMYK
+#ifdef SPLASH_CMYK
Guchar cmykTransferC[256],
cmykTransferM[256],
cmykTransferY[256],