2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-11-11 15:40:58 +00:00
qpdf/libqpdf/QPDFObject.cc

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
172 B
C++
Raw Normal View History

#include <qpdf/QPDFObject_private.hh>
2022-08-14 09:50:30 +00:00
#include <qpdf/QPDF.hh>
#include <qpdf/QPDF_Destroyed.hh>
2022-08-14 09:50:30 +00:00
void
QPDFObject::destroy()
{
value = QPDF_Destroyed::getInstance();
}