[poppler] splash/SplashFontFile.h
Albert Astals Cid
aacid at kemper.freedesktop.org
Mon Nov 1 17:32:26 PDT 2010
splash/SplashFontFile.h | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
New commits:
commit 7e5f31c1c41193c6e49355970e6d027b91d45825
Author: Albert Astals Cid <aacid at kde.org>
Date: Tue Nov 2 00:32:01 2010 +0000
make some more fields private
diff --git a/splash/SplashFontFile.h b/splash/SplashFontFile.h
index 8945be2..ec87504 100644
--- a/splash/SplashFontFile.h
+++ b/splash/SplashFontFile.h
@@ -53,10 +53,11 @@ public:
GooString *fileName;
char *buf;
int bufLen;
- GBool deleteSrc;
- int refcnt;
+
private:
~SplashFontSrc();
+ int refcnt;
+ GBool deleteSrc;
};
class SplashFontFile {
More information about the poppler
mailing list