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