diff options
author | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-04-23 14:43:29 +0200 |
---|---|---|
committer | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-04-23 14:43:29 +0200 |
commit | 59ec4cea2352b788de16481e56bdc905a11234d5 (patch) | |
tree | fd9100782fbc412d7ef54a5a5d664404ef020fff /lib/Plugins/Python.h | |
parent | bcf4c69ca5fdd6489ca1c09890971fc8f647aa1b (diff) | |
download | abrt-59ec4cea2352b788de16481e56bdc905a11234d5.tar.gz abrt-59ec4cea2352b788de16481e56bdc905a11234d5.tar.xz abrt-59ec4cea2352b788de16481e56bdc905a11234d5.zip |
fixed Python plugin stub
Diffstat (limited to 'lib/Plugins/Python.h')
-rw-r--r-- | lib/Plugins/Python.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Plugins/Python.h b/lib/Plugins/Python.h index 205d232..620ba37 100644 --- a/lib/Plugins/Python.h +++ b/lib/Plugins/Python.h @@ -14,6 +14,7 @@ class CAnalyzerPython : public CAnalyzer virtual void CreateReport(const std::string& pDebugDumpDir) {} virtual void Init(); virtual void DeInit(); + virtual std::string CreateHash(const std::string& pInput); }; |