mirror of
https://github.com/qpdf/qpdf.git
synced 2024-11-10 23:20:58 +00:00
Inline QPDFObjectHandle::dereference
This commit is contained in:
parent
bf477fbb96
commit
1326ff7f79
@ -1611,7 +1611,7 @@ class QPDFObjectHandle
|
||||
void typeWarning(char const* expected_type, std::string const& warning);
|
||||
void objectWarning(std::string const& warning);
|
||||
void assertType(char const* type_name, bool istype);
|
||||
bool dereference();
|
||||
inline bool dereference();
|
||||
void makeDirect(std::set<QPDFObjGen>& visited, bool stop_at_streams);
|
||||
void disconnect();
|
||||
void setParsedOffset(qpdf_offset_t offset);
|
||||
|
@ -2525,7 +2525,7 @@ QPDFObjectHandle::assertPageObject()
|
||||
}
|
||||
}
|
||||
|
||||
bool
|
||||
inline bool
|
||||
QPDFObjectHandle::dereference()
|
||||
{
|
||||
if (!isInitialized()) {
|
||||
|
Loading…
Reference in New Issue
Block a user