Switch to unified view

a/src/internfile/mh_exec.h b/src/internfile/mh_exec.h
...
...
48
48
49
    MimeHandlerExec(const string& mt) : RecollFilter(mt), missingHelper(false) 
49
    MimeHandlerExec(const string& mt) : RecollFilter(mt), missingHelper(false) 
50
    {}
50
    {}
51
    virtual ~MimeHandlerExec() {}
51
    virtual ~MimeHandlerExec() {}
52
    virtual bool set_document_file(const string &file_path) {
52
    virtual bool set_document_file(const string &file_path) {
53
  RecollFilter::set_document_file(file_path);
53
    m_fn = file_path;
54
    m_fn = file_path;
54
    m_havedoc = true;
55
    m_havedoc = true;
55
    return true;
56
    return true;
56
    }
57
    }
57
    virtual bool next_document();
58
    virtual bool next_document();