2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-06-01 01:40:51 +00:00
qpdf/libqpdf/QPDF_Null.cc

12 lines
115 B
C++
Raw Normal View History

#include <qpdf/QPDF_Null.hh>
QPDF_Null::~QPDF_Null()
{
}
std::string
QPDF_Null::unparse()
{
return "null";
}