Switch to unified view

a/src/internfile/mh_exec.h b/src/internfile/mh_exec.h
...
...
55
    // line option.
55
    // line option.
56
    string cfgFilterOutputCharset; 
56
    string cfgFilterOutputCharset; 
57
    bool missingHelper;
57
    bool missingHelper;
58
    ////////////////
58
    ////////////////
59
59
60
    MimeHandlerExec(const string& mt) : RecollFilter(mt), missingHelper(false) 
60
    MimeHandlerExec(RclConfig *cnf, const string& mt) 
61
  : RecollFilter(cnf, mt), missingHelper(false) 
61
    {}
62
    {}
62
    virtual ~MimeHandlerExec() {}
63
    virtual ~MimeHandlerExec() {}
63
    virtual bool set_document_file(const string &file_path) {
64
    virtual bool set_document_file(const string &file_path) {
64
    RecollFilter::set_document_file(file_path);
65
    RecollFilter::set_document_file(file_path);
65
    m_fn = file_path;
66
    m_fn = file_path;