Switch to side-by-side view

--- a/src/internfile/mh_exec.h
+++ b/src/internfile/mh_exec.h
@@ -59,7 +59,6 @@
     MimeHandlerExec(RclConfig *cnf, const string& mt) 
 	: RecollFilter(cnf, mt), missingHelper(false) 
     {}
-    virtual ~MimeHandlerExec() {}
     virtual bool set_document_file(const string &file_path) {
 	RecollFilter::set_document_file(file_path);
 	m_fn = file_path;