aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDFDocumentHelper.cc
blob: 9bda5b52a2e3d6da63bfca550f53173aa5b1466e (plain) (blame)
1
2
3
4
5
6
#include <qpdf/QPDFDocumentHelper.hh>

QPDFDocumentHelper::~QPDFDocumentHelper() // NOLINT (modernize-use-equals-default)
{
    // Must be explicit and not inline -- see QPDF_DLL_CLASS in README-maintainer
}