diff options
Diffstat (limited to 'lib/plugins/KerneloopsReporter.h')
| -rw-r--r-- | lib/plugins/KerneloopsReporter.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/plugins/KerneloopsReporter.h b/lib/plugins/KerneloopsReporter.h index 679e5b0b..e0f4a1bb 100644 --- a/lib/plugins/KerneloopsReporter.h +++ b/lib/plugins/KerneloopsReporter.h @@ -34,15 +34,11 @@ class CKerneloopsReporter : public CReporter { - private: - std::string m_sSubmitURL; - public: CKerneloopsReporter(); + ~CKerneloopsReporter(); virtual void SetSettings(const map_plugin_settings_t& pSettings); -//ok to delete? -// virtual const map_plugin_settings_t& GetSettings(); virtual std::string Report(const map_crash_data_t& pCrashData, const map_plugin_settings_t& pSettings, const char *pArgs); |
