[poppler] poppler/Catalog.h
Albert Astals Cid
aacid at kemper.freedesktop.org
Tue May 31 15:19:52 PDT 2011
poppler/Catalog.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 335a7fc6d98f5facc1ff098a91ac968387473cb3
Author: Albert Astals Cid <aacid at kde.org>
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 <krh at redhat.com>
-// Copyright (C) 2005, 2007, 2009, 2010 Albert Astals Cid <aacid at kde.org>
+// Copyright (C) 2005, 2007, 2009-2011 Albert Astals Cid <aacid at kde.org>
// Copyright (C) 2005 Jonathan Blandford <jrb at redhat.com>
// Copyright (C) 2005, 2006, 2008 Brad Hards <bradh at frogmouth.net>
// Copyright (C) 2007 Julien Rebetez <julienr at svn.gnome.org>
@@ -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;
More information about the poppler
mailing list