mirror of
https://github.com/qpdf/qpdf.git
synced 2024-11-10 07:11:07 +00:00
7 lines
161 B
C++
7 lines
161 B
C++
#include <qpdf/QPDFObjectHelper.hh>
|
|
|
|
QPDFObjectHelper::~QPDFObjectHelper()
|
|
{
|
|
// Must be explicit and not inline -- see QPDF_DLL_CLASS in README-maintainer
|
|
}
|