Commit 1326ff7f79a199ce7e9bbecb1a3dab5580d20815
Committed by
Jay Berkenbilt
1 parent
bf477fbb
Inline QPDFObjectHandle::dereference
Showing
2 changed files
with
2 additions
and
2 deletions
include/qpdf/QPDFObjectHandle.hh
| ... | ... | @@ -1611,7 +1611,7 @@ class QPDFObjectHandle |
| 1611 | 1611 | void typeWarning(char const* expected_type, std::string const& warning); |
| 1612 | 1612 | void objectWarning(std::string const& warning); |
| 1613 | 1613 | void assertType(char const* type_name, bool istype); |
| 1614 | - bool dereference(); | |
| 1614 | + inline bool dereference(); | |
| 1615 | 1615 | void makeDirect(std::set<QPDFObjGen>& visited, bool stop_at_streams); |
| 1616 | 1616 | void disconnect(); |
| 1617 | 1617 | void setParsedOffset(qpdf_offset_t offset); | ... | ... |