This commit is contained in:
Jean-Francois Dockes 2020-08-10 16:52:41 +02:00
parent d932d19562
commit fd0cf698a1
2 changed files with 53 additions and 53 deletions

View File

@ -25,7 +25,7 @@
* Convert html to utf-8 text and extract whatever metadata we can find. * Convert html to utf-8 text and extract whatever metadata we can find.
*/ */
class MimeHandlerHtml : public RecollFilter { class MimeHandlerHtml : public RecollFilter {
public: public:
MimeHandlerHtml(RclConfig *cnf, const std::string& id) MimeHandlerHtml(RclConfig *cnf, const std::string& id)
: RecollFilter(cnf, id) { : RecollFilter(cnf, id) {
} }

View File

@ -180,7 +180,7 @@ extern void returnMimeHandler(RecollFilter *);
extern void clearMimeHandlerCache(); extern void clearMimeHandlerCache();
namespace Rcl { namespace Rcl {
class Doc; class Doc;
} }
/// Can this mime type be interned ? /// Can this mime type be interned ?
extern bool canIntern(const std::string mimetype, RclConfig *cfg); extern bool canIntern(const std::string mimetype, RclConfig *cfg);