mirror of
https://github.com/qpdf/qpdf.git
synced 2025-03-29 12:52:24 +00:00
Remove restriction that only owned objects can have descriptions
This commit is contained in:
parent
32907fc14c
commit
f989de1bd7
@ -52,8 +52,7 @@ class QPDFValue
|
|||||||
bool
|
bool
|
||||||
hasDescription()
|
hasDescription()
|
||||||
{
|
{
|
||||||
return qpdf != nullptr && object_description &&
|
return object_description != nullptr;
|
||||||
!getDescription().empty();
|
|
||||||
}
|
}
|
||||||
void
|
void
|
||||||
setParsedOffset(qpdf_offset_t offset)
|
setParsedOffset(qpdf_offset_t offset)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user