Switch to side-by-side view
--- a/src/internfile/mh_null.h +++ b/src/internfile/mh_null.h @@ -39,6 +39,10 @@ } virtual ~MimeHandlerNull() {} + virtual bool is_data_input_ok(DataInput input) const { + return true; + } + virtual bool next_document() { if (m_havedoc == false)