summaryrefslogtreecommitdiff
path: root/splash/SplashXPath.h
diff options
context:
space:
mode:
Diffstat (limited to 'splash/SplashXPath.h')
-rw-r--r--splash/SplashXPath.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/splash/SplashXPath.h b/splash/SplashXPath.h
index 55423d4c..14d5f723 100644
--- a/splash/SplashXPath.h
+++ b/splash/SplashXPath.h
@@ -61,8 +61,8 @@ public:
// space, via <matrix>. If <closeSubpaths> is true, closes all open
// subpaths.
SplashXPath(SplashPath *path, SplashCoord *matrix,
- SplashCoord flatness, GBool closeSubpaths,
- GBool adjustLines = gFalse, int linePosI = 0);
+ SplashCoord flatness, bool closeSubpaths,
+ bool adjustLines = false, int linePosI = 0);
// Copy an expanded path.
SplashXPath *copy() { return new SplashXPath(this); }
@@ -92,7 +92,7 @@ protected:
SplashCoord x2, SplashCoord y2,
SplashCoord x3, SplashCoord y3,
SplashCoord flatness,
- GBool first, GBool last, GBool end0, GBool end1);
+ bool first, bool last, bool end0, bool end1);
void addSegment(SplashCoord x0, SplashCoord y0,
SplashCoord x1, SplashCoord y1);