aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/qpdf/QPDF_Reserved.hh
blob: b149f776bdb29616227203bd35705e914e48022c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef __QPDF_RESERVED_HH__
#define __QPDF_RESERVED_HH__

#include <qpdf/QPDFObject.hh>

class QPDF_Reserved: public QPDFObject
{
  public:
    virtual ~QPDF_Reserved();
    virtual std::string unparse();
};

#endif // __QPDF_RESERVED_HH__