summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/KerneloopsReporter.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Plugins/KerneloopsReporter.h')
-rw-r--r--lib/Plugins/KerneloopsReporter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Plugins/KerneloopsReporter.h b/lib/Plugins/KerneloopsReporter.h
index af82afbe..10e5e644 100644
--- a/lib/Plugins/KerneloopsReporter.h
+++ b/lib/Plugins/KerneloopsReporter.h
@@ -44,8 +44,8 @@ class CKerneloopsReporter : public CReporter
//ok to delete?
// virtual const map_plugin_settings_t& GetSettings();
virtual std::string Report(const map_crash_report_t& pCrashReport,
- const map_plugin_settings_t& pSettings,
- const std::string& pArgs);
+ const map_plugin_settings_t& pSettings,
+ const char *pArgs);
};
#endif