mirror of
https://github.com/qpdf/qpdf.git
synced 2024-12-22 19:08:59 +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
|
||||
hasDescription()
|
||||
{
|
||||
return qpdf != nullptr && object_description &&
|
||||
!getDescription().empty();
|
||||
return object_description != nullptr;
|
||||
}
|
||||
void
|
||||
setParsedOffset(qpdf_offset_t offset)
|
||||
|
Loading…
Reference in New Issue
Block a user