Logo white

OpenSystemsDevelopment / qpdf

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • qpdf
  • libqpdf
  • qpdf
  • QPDF_Null.hh
  • Fix: make unparse virtual for Null and Real
    1dc25c02
    Jay Berkenbilt authored
    2012-07-08 16:01:12 -0400  
    Browse Code ยป
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__