splash/SplashFontFile.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
New commits: commit 7e5f31c1c41193c6e49355970e6d027b91d45825 Author: Albert Astals Cid <[email protected]> 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 { _______________________________________________ poppler mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/poppler
