summaryrefslogtreecommitdiff
path: root/poppler/Array.h
diff options
context:
space:
mode:
Diffstat (limited to 'poppler/Array.h')
-rw-r--r--poppler/Array.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/poppler/Array.h b/poppler/Array.h
index fb2aa798..0eb4e780 100644
--- a/poppler/Array.h
+++ b/poppler/Array.h
@@ -69,7 +69,7 @@ public:
// Accessors.
Object get(int i, int resursion = 0) const;
Object getNF(int i) const;
- GBool getString(int i, GooString *string) const;
+ bool getString(int i, GooString *string) const;
private:
friend class Object; // for incRef/decRef