mirror of
https://github.com/qpdf/qpdf.git
synced 2024-11-17 18:15:09 +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
|
||
|
}
|