2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-09-29 21:49:04 +00:00
qpdf/libqpdf/QPDFDocumentHelper.cc
2023-06-02 16:00:40 +01:00

7 lines
167 B
C++

#include <qpdf/QPDFDocumentHelper.hh>
QPDFDocumentHelper::~QPDFDocumentHelper()
{
// Must be explicit and not inline -- see QPDF_DLL_CLASS in README-maintainer
}