Switch to side-by-side view

--- a/src/internfile/mh_execm.h
+++ b/src/internfile/mh_execm.h
@@ -91,8 +91,8 @@
     /////// End un-cleared stuff.
 
  public:
-    MimeHandlerExecMultiple(const string& mt) 
-        : MimeHandlerExec(mt)
+    MimeHandlerExecMultiple(RclConfig *cnf, const string& mt) 
+        : MimeHandlerExec(cnf, mt)
     {}
     // No resources to clean up, the ExecCmd destructor does it.
     virtual ~MimeHandlerExecMultiple() {}