aboutsummaryrefslogtreecommitdiffstats
path: root/include/qpdf/QPDFPageDocumentHelper.hh
diff options
context:
space:
mode:
Diffstat (limited to 'include/qpdf/QPDFPageDocumentHelper.hh')
-rw-r--r--include/qpdf/QPDFPageDocumentHelper.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/qpdf/QPDFPageDocumentHelper.hh b/include/qpdf/QPDFPageDocumentHelper.hh
index 867ddac0..93ae7677 100644
--- a/include/qpdf/QPDFPageDocumentHelper.hh
+++ b/include/qpdf/QPDFPageDocumentHelper.hh
@@ -46,11 +46,11 @@ class QPDFPageDocumentHelper: public QPDFDocumentHelper
// Traverse page tree, and return all /Page objects wrapped in
// QPDFPageObjectHelper objects. Unlike with
- // QPDFObjectHandle::getAllPages, the vector of pages returned by
+ // QPDF::getAllPages, the vector of pages returned by
// this call is not affected by additions or removals of pages. If
// you manipulate pages, you will have to call this again to get a
- // new copy. Please comments in QPDFObjectHandle.hh for
- // getAllPages() for additional details.
+ // new copy. Please see comments in QPDF.hh for getAllPages() for
+ // additional details.
QPDF_DLL
std::vector<QPDFPageObjectHelper> getAllPages();