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

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