summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/QPDFObjectHandle.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/qpdf/QPDFObjectHandle.hh b/include/qpdf/QPDFObjectHandle.hh
index f540272d..ac6b4b55 100644
--- a/include/qpdf/QPDFObjectHandle.hh
+++ b/include/qpdf/QPDFObjectHandle.hh
@@ -373,13 +373,13 @@ class QPDFObjectHandle
// subtype, if any.
QPDF_DLL
bool isDictionaryOfType(std::string const& type,
- std::string const& subtype = "");
+ std::string const& subtype = "");
// True if the object is a stream of the specified type and
// subtype, if any.
QPDF_DLL
bool isStreamOfType(std::string const& type,
- std::string const& subtype = "");
+ std::string const& subtype = "");
// Public factory methods