poppler/Catalog.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 335a7fc6d98f5facc1ff098a91ac968387473cb3 Author: Albert Astals Cid <[email protected]> Date: Tue May 31 23:18:26 2011 +0100 Make parse() private diff --git a/poppler/Catalog.h b/poppler/Catalog.h index 2b7e77a..cc1daf2 100644 --- a/poppler/Catalog.h +++ b/poppler/Catalog.h @@ -14,7 +14,7 @@ // under GPL version 2 or later // // Copyright (C) 2005 Kristian Høgsberg <[email protected]> -// Copyright (C) 2005, 2007, 2009, 2010 Albert Astals Cid <[email protected]> +// Copyright (C) 2005, 2007, 2009-2011 Albert Astals Cid <[email protected]> // Copyright (C) 2005 Jonathan Blandford <[email protected]> // Copyright (C) 2005, 2006, 2008 Brad Hards <[email protected]> // Copyright (C) 2007 Julien Rebetez <[email protected]> @@ -56,7 +56,6 @@ public: NameTree(); ~NameTree(); void init(XRef *xref, Object *tree); - void parse(Object *tree); GBool lookup(GooString *name, Object *obj); int numEntries() { return length; }; // iterator accessor, note it returns a shallow copy, do not free the object @@ -73,6 +72,7 @@ private: static int cmp(const void *key, const void *entry); }; + void parse(Object *tree); void addEntry(Entry *entry); XRef *xref;
_______________________________________________ poppler mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/poppler
