summaryrefslogtreecommitdiffstats
path: root/lib/Utils
diff options
context:
space:
mode:
authorJiri Moskovcak <Mozkum@dhcp-lab-216.englab.brq.redhat.com>2009-11-01 23:25:19 +0100
committerJiri Moskovcak <Mozkum@dhcp-lab-216.englab.brq.redhat.com>2009-11-01 23:25:19 +0100
commit0586639caf9fd8218257a16006bb9783ee490102 (patch)
treea4b8bc367598338161cf0ad85dcd21d8ecd91b52 /lib/Utils
parent675f8db1c51c474db89e988c06ace1b13f99857d (diff)
downloadabrt-0586639caf9fd8218257a16006bb9783ee490102.tar.gz
abrt-0586639caf9fd8218257a16006bb9783ee490102.tar.xz
abrt-0586639caf9fd8218257a16006bb9783ee490102.zip
Hack to fix the problem with daemon remembering the last used settings
Diffstat (limited to 'lib/Utils')
-rw-r--r--lib/Utils/Reporter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Utils/Reporter.h b/lib/Utils/Reporter.h
index c74a10c3..f2788993 100644
--- a/lib/Utils/Reporter.h
+++ b/lib/Utils/Reporter.h
@@ -41,6 +41,7 @@ class CReporter : public CPlugin
* @retun A message which can be displayed after a report is created.
*/
virtual std::string Report(const map_crash_report_t& pCrashReport,
+ const map_plugin_settings_t& pSettings,
const std::string& pArgs) = 0;
};