From fb72ac689ca4832fca215edc942ae01592ecfff8 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 7 Dec 2009 11:46:13 +0100 Subject: *: remove most of remaining const string& params Signed-off-by: Denys Vlasenko --- lib/Utils/Reporter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Utils/Reporter.h') diff --git a/lib/Utils/Reporter.h b/lib/Utils/Reporter.h index f278899..0a06a7c 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_ */ -- cgit