diff options
Diffstat (limited to 'lib/Plugins/KerneloopsReporter.h')
| -rw-r--r-- | lib/Plugins/KerneloopsReporter.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Plugins/KerneloopsReporter.h b/lib/Plugins/KerneloopsReporter.h index 7c06d99..dc01b53 100644 --- a/lib/Plugins/KerneloopsReporter.h +++ b/lib/Plugins/KerneloopsReporter.h @@ -41,8 +41,8 @@ class CKerneloopsReporter : public CReporter CKerneloopsReporter(); virtual ~CKerneloopsReporter() {} - void LoadSettings(const std::string& pPath); - void Report(const map_crash_report_t& pCrashReport); + virtual void LoadSettings(const std::string& pPath); + virtual void Report(const map_crash_report_t& pCrashReport, const std::string& pArgs); }; PLUGIN_INFO(REPORTER, |
