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

#include <qpdf/QPDFObject.hh>

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

#endif // __QPDF_NULL_HH__