mirror of
https://github.com/qpdf/qpdf.git
synced 2024-11-08 14:21:06 +00:00
11 lines
172 B
C++
11 lines
172 B
C++
#include <qpdf/QPDFObject_private.hh>
|
|
|
|
#include <qpdf/QPDF.hh>
|
|
#include <qpdf/QPDF_Destroyed.hh>
|
|
|
|
void
|
|
QPDFObject::destroy()
|
|
{
|
|
value = QPDF_Destroyed::getInstance();
|
|
}
|