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