summaryrefslogtreecommitdiff
path: root/splash/SplashBitmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'splash/SplashBitmap.h')
-rw-r--r--splash/SplashBitmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/splash/SplashBitmap.h b/splash/SplashBitmap.h
index ff4b5a4e..6ca20d3c 100644
--- a/splash/SplashBitmap.h
+++ b/splash/SplashBitmap.h
@@ -55,7 +55,7 @@ public:
// upside-down, i.e., with the last row first in memory.
SplashBitmap(int widthA, int heightA, int rowPad,
SplashColorMode modeA, GBool alphaA,
- GBool topDown = gTrue, GooList *separationList = NULL);
+ GBool topDown = gTrue, GooList *separationList = nullptr);
static SplashBitmap *copy(SplashBitmap *src);
~SplashBitmap();