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