summaryrefslogtreecommitdiff
path: root/splash/SplashPath.h
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2008-12-12 00:16:38 +0100
committerAlbert Astals Cid <aacid@kde.org>2008-12-12 00:16:38 +0100
commit0179e21b128ffccb5afd13203137ab8435197609 (patch)
tree8eb05e6d582d2cd7e3b350d6b97821ddede90f04 /splash/SplashPath.h
parent401632e4eeb4b10b1183a820f32461da77e8e4f2 (diff)
Be more helpful with bad boys that want to use poppler core directly
Diffstat (limited to 'splash/SplashPath.h')
-rw-r--r--splash/SplashPath.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/splash/SplashPath.h b/splash/SplashPath.h
index ea58af0c..991e1143 100644
--- a/splash/SplashPath.h
+++ b/splash/SplashPath.h
@@ -96,7 +96,7 @@ public:
// Get the current point.
GBool getCurPt(SplashCoord *x, SplashCoord *y);
-private:
+protected:
SplashPath(SplashPath *path);
void grow(int nPts);