diff checker/knownplugincandidates.h @ 45:ad02dff8ebfb

Merge from branch errorcode
author Chris Cannam
date Fri, 31 Aug 2018 15:14:57 +0100
parents 40c6936c2fc9
children
line wrap: on
line diff
--- a/checker/knownplugincandidates.h	Wed Aug 29 12:06:56 2018 +0100
+++ b/checker/knownplugincandidates.h	Fri Aug 31 15:14:57 2018 +0100
@@ -76,6 +76,9 @@
         return m_helperExecutableName;
     }
 
+    std::vector<PluginCandidates::FailureRec> getFailures() const;
+
+    /** Return a non-localised HTML failure report */
     std::string getFailureReport() const;
     
 private: