summaryrefslogtreecommitdiffstats
path: root/examples/pdf-filter-tokens.cc
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2020-12-31 19:57:21 +0100
committerJay Berkenbilt <ejb@ql.org>2021-01-02 17:33:36 +0100
commit6154221edbb0e17e77da7defeeac5fe53121ef57 (patch)
treeca11739d987b2072fe63673d38bfadfc79fa886b /examples/pdf-filter-tokens.cc
parent63ea46193d4ce4cbd1dc37becad4645b0e75769b (diff)
downloadqpdf-6154221edbb0e17e77da7defeeac5fe53121ef57.tar.zst
QPDFPageObjectHelper: filterPageContents -> filterContents + form XObject
Diffstat (limited to 'examples/pdf-filter-tokens.cc')
-rw-r--r--examples/pdf-filter-tokens.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pdf-filter-tokens.cc b/examples/pdf-filter-tokens.cc
index d3ebf54c..e764a86a 100644
--- a/examples/pdf-filter-tokens.cc
+++ b/examples/pdf-filter-tokens.cc
@@ -2,7 +2,7 @@
// This example illustrates the use of QPDFObjectHandle::TokenFilter
// with addContentTokenFilter. Please see comments inline for details.
// See also pdf-count-strings.cc for a use of
-// QPDFObjectHandle::TokenFilter with filterPageContents.
+// QPDFObjectHandle::TokenFilter with filterContents.
//
#include <iostream>