diff options
| author | Karel Klic <kklic@redhat.com> | 2009-10-12 11:46:13 +0200 |
|---|---|---|
| committer | Karel Klic <kklic@redhat.com> | 2009-10-12 11:46:13 +0200 |
| commit | a41deef57d58ddcce264900885d94df37d23bff4 (patch) | |
| tree | 1b2975c952b3179dab1e09e4d3609fcfcf02d610 /lib/Plugins/Python.h | |
| parent | 691fd95d03763f803e499dba06c8caecb279427f (diff) | |
| parent | b88494a1bbfc8871642fe117d893f2970f543a1b (diff) | |
| download | abrt-a41deef57d58ddcce264900885d94df37d23bff4.tar.gz abrt-a41deef57d58ddcce264900885d94df37d23bff4.tar.xz abrt-a41deef57d58ddcce264900885d94df37d23bff4.zip | |
Merge branch 'master' of git://git.fedorahosted.org/git/abrt
Diffstat (limited to 'lib/Plugins/Python.h')
| -rw-r--r-- | lib/Plugins/Python.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Plugins/Python.h b/lib/Plugins/Python.h index 57eefbf..b54de8d 100644 --- a/lib/Plugins/Python.h +++ b/lib/Plugins/Python.h @@ -10,7 +10,7 @@ class CAnalyzerPython : public CAnalyzer public: virtual std::string GetLocalUUID(const std::string& pDebugDumpDir); virtual std::string GetGlobalUUID(const std::string& pDebugDumpDir); - virtual void CreateReport(const std::string& pDebugDumpDir) {} + virtual void CreateReport(const std::string& pDebugDumpDir, int force) {} virtual void Init(); virtual void DeInit(); virtual std::string CreateHash(const std::string& pInput); |
