diff options
| author | Zdenek Prikryl <zdeny@dhcp-lab-218.englab.brq.redhat.com> | 2009-04-01 13:01:28 +0200 |
|---|---|---|
| committer | Zdenek Prikryl <zdeny@dhcp-lab-218.englab.brq.redhat.com> | 2009-04-01 13:01:28 +0200 |
| commit | 2d1c2342637bb6d761cb115ac97c4a7bc51141ab (patch) | |
| tree | 1160c973bce827644a660528b7ca3a13a9b8d199 /lib/Plugins/KerneloopsReporter.h | |
| parent | 99a0819d935bbdfb34226e54ff50ed78b1fc6da0 (diff) | |
| download | abrt-2d1c2342637bb6d761cb115ac97c4a7bc51141ab.tar.gz abrt-2d1c2342637bb6d761cb115ac97c4a7bc51141ab.tar.xz abrt-2d1c2342637bb6d761cb115ac97c4a7bc51141ab.zip | |
added new DebugDump support
Diffstat (limited to 'lib/Plugins/KerneloopsReporter.h')
| -rw-r--r-- | lib/Plugins/KerneloopsReporter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Plugins/KerneloopsReporter.h b/lib/Plugins/KerneloopsReporter.h index 1a6757c..668c0fa 100644 --- a/lib/Plugins/KerneloopsReporter.h +++ b/lib/Plugins/KerneloopsReporter.h @@ -42,7 +42,7 @@ class CKerneloopsReporter : public CReporter virtual ~CKerneloopsReporter() {} void LoadSettings(const std::string& pPath); - void Report(const crash_report_t& pReport); + void Report(const crash_report_t& pCrashReport); }; PLUGIN_INFO(REPORTER, |
