diff options
author | Zdenek Prikryl <zdeny@dhcp-lab-218.englab.brq.redhat.com> | 2009-04-02 16:24:46 +0200 |
---|---|---|
committer | Zdenek Prikryl <zdeny@dhcp-lab-218.englab.brq.redhat.com> | 2009-04-02 16:24:46 +0200 |
commit | 62a15a2e7cc5186661bef2ec172422989c72e5db (patch) | |
tree | 8561ea8bfabbb1136a6ca7b222f18c7a6f343eb7 /lib/Plugins/Logger.h | |
parent | f02f0b3c6b8801584884fb2e4da0707417374185 (diff) | |
download | abrt-62a15a2e7cc5186661bef2ec172422989c72e5db.tar.gz abrt-62a15a2e7cc5186661bef2ec172422989c72e5db.tar.xz abrt-62a15a2e7cc5186661bef2ec172422989c72e5db.zip |
new crash types
Diffstat (limited to 'lib/Plugins/Logger.h')
-rw-r--r-- | lib/Plugins/Logger.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Plugins/Logger.h b/lib/Plugins/Logger.h index f465ee05..f5db73f3 100644 --- a/lib/Plugins/Logger.h +++ b/lib/Plugins/Logger.h @@ -36,7 +36,7 @@ class CLogger : public CReporter virtual ~CLogger() {} void LoadSettings(const std::string& pPath); - void Report(const crash_report_t& pCrashReport); + void Report(const map_crash_report_t& pCrashReport); }; |