QPDF_Null.hh 221 Bytes Edit Raw Blame History 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__