summaryrefslogtreecommitdiffstats
path: root/lib/Utils/Reporter.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Utils/Reporter.h')
-rw-r--r--lib/Utils/Reporter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Utils/Reporter.h b/lib/Utils/Reporter.h
index f2788993..0a06a7c9 100644
--- a/lib/Utils/Reporter.h
+++ b/lib/Utils/Reporter.h
@@ -42,7 +42,7 @@ class CReporter : public CPlugin
*/
virtual std::string Report(const map_crash_report_t& pCrashReport,
const map_plugin_settings_t& pSettings,
- const std::string& pArgs) = 0;
+ const char *pArgs) = 0;
};
#endif /* REPORTER_H_ */