2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-06-03 10:50:53 +00:00
qpdf/libqpdf/qpdf/QPDF_Null.hh
Jay Berkenbilt f3d7c26de1 removed qexc; non-compatible ABI change
git-svn-id: svn+q:///qpdf/trunk@709 71b93d88-0707-0410-a8cf-f5a4172ac649
2009-09-26 18:36:04 +00:00

14 lines
213 B
C++

#ifndef __QPDF_NULL_HH__
#define __QPDF_NULL_HH__
#include <qpdf/QPDFObject.hh>
class QPDF_Null: public QPDFObject
{
public:
virtual ~QPDF_Null();
std::string unparse();
};
#endif // __QPDF_NULL_HH__